tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
KeyStroke
tagion
utils
Term
Undocumented in source.
version(!MOBILE)
struct
KeyStroke {
termios
ostate
;
termios
nstate
;
int
get
();
enum
KeyCode
;
struct
KeyStrain
;
enum
strain
;
KeyCode
getKey
(int ch);
}
Members
Enums
KeyCode
enum
KeyCode
Undocumented in source.
Functions
get
int
get
()
Undocumented in source.
getKey
KeyCode
getKey
(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
strain
enum
strain
;
Undocumented in source.
Structs
KeyStrain
struct
KeyStrain
Undocumented in source.
Variables
nstate
termios
nstate
;
Undocumented in source.
ostate
termios
ostate
;
Undocumented in source.
Meta
Source
See Implementation
tagion
utils
Term
enums
BLACK
Color
Cursor
Mode
functions
cfmakeraw
code
linePos
setCursor
manifest constants
restoreCursorPos
saveCursorPos
structs
KeyStroke