module InputInternal

Overview

No longer used. Left in case libterm causes problems.

Defined in:

input_internal.cr

Instance Method Summary

Instance Method Detail

def getkey #

[View source]
def getpos #

[View source]
def key_to_uint64(s) #

turns a multi-byte key sequence into an uint64


[View source]
def read_special(first_byte) #

[View source]
def read_special_csi(type) #

[View source]
def read_special_terminated(byte) #

[View source]
def read_utf8(byte) #

[View source]
def set_default_keys #

[View source]
def set_keymap(l) #

assign keys from an array to the @keys hash


[View source]