Documentation
¶
Overview ¶
Package input provides raw input handling.
Index ¶
Constants ¶
View Source
const ( EscChar = 27 CtrlC = "\x03" CtrlH = "\x08" Return = "\x0a" CtrlL = "\x0c" Enter = "\x0d" CtrlN = "\x0e" CtrlP = "\x10" CtrlR = "\x12" CtrlS = "\x13" CtrlU = "\x15" CtrlV = "\x16" Esc = "\x1b" Backspace = "\x7F" Up = "\x1B[A" Down = "\x1B[B" Right = "\x1B[C" Left = "\x1B[D" F1 = "\x1BOP" F2 = "\x1BOQ" F3 = "\x1BOR" F4 = "\x1BOS" Home = "\x1B[1~" End = "\x1B[4~" PgUp = "\x1B[5~" PgDown = "\x1B[6~" XEnd = "\x1B[E" XHome = "\x1B[H" )
Named keys
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.