Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyNull = 0 /* NULL ctrl-space set mark */ CtrlA = 1 /* Ctrl-a BOL */ CtrlB = 2 /* Ctrl-B list buffers */ CtrlC = 3 /* Ctrl-c copy */ CtrlE = 5 /* Ctrl-e EOL */ CtrlD = 4 /* Ctrl-d del forward? */ CtrlF = 6 /* Ctrl-f find */ CtrlH = 8 /* Ctrl-h del backward*/ Tab = 9 /* Tab */ CtrlK = 11 /* Ctrl+k killToEOL */ CtrlL = 12 /* Ctrl+l redraw */ Enter = 13 /* Enter */ CtrlN = 14 /* Ctrl+n nextBuffer */ CtrlO = 15 /* Ctrl+Oh load(open) file */ CtrlQ = 17 /* Ctrl-q quit*/ CtrlS = 19 /* Ctrl-s save*/ CtrlU = 21 /* Ctrl-u number of times??*/ CtrlV = 22 /* Ctrl-V paste */ CtrlW = 23 /* Ctrl-W kill buffer */ CtrlX = 24 /* Ctrl-X cut */ CtrlY = 25 /* Help */ CtrlZ = 26 /* ?? */ Esc = 27 /* Escape */ Space = 32 /* Space */ Backspace = 127 /* Backspace */ )
KEY constants
View Source
const ( ArrowLeft = termbox.KeyArrowLeft ArrowRight = termbox.KeyArrowRight ArrowUp = termbox.KeyArrowUp ArrowDown = termbox.KeyArrowDown DelKey = termbox.KeyDelete HomeKey = termbox.KeyHome EndKey = termbox.KeyEnd PageUp = termbox.KeyPgup PageDown = termbox.KeyPgdn )
Cursor movement keys
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.