Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnterKey = "ENTER" EscapeKey = "ESCAPE" UpArrowKey = "UP" DownArrowKey = "DOWN" LeftArrowKey = "LEFT" RightArrowKey = "RIGHT" )
Variables ¶
View Source
var ( Sequences = map[string]string{ "\x1b[A": UpArrowKey, "\x1b[B": DownArrowKey, "\x1b[C": RightArrowKey, "\x1b[D": LeftArrowKey, "\x1bOA": UpArrowKey, "\x1bOB": DownArrowKey, "\x1bOC": RightArrowKey, "\x1bOD": LeftArrowKey, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.