Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyCtrlA = 1 KeyCtrlB = 2 KeyCtrlC = 3 KeyCtrlD = 4 KeyCtrlE = 5 KeyCtrlF = 6 KeyCtrlH = 8 KeyBackspace = 0x7F KeyTab = 9 KeyCtrlK = 11 KeyCtrlL = 12 KeyEnter = 13 KeyCtrlN = 14 KeyCtrlP = 16 KeyCtrlT = 20 KeyCtrlU = 21 KeyCtrlW = 23 KeyEsc = 27 KeyUp = 65 KeyDown = 66 KeyRight = 67 KeyLeft = 68 KeyB = 98 KeyF = 102 KeyAltB = -1 KeyAltF = -2 KeySuggest = 1000 )
View Source
const TCGETS = syscall.TCGETS
View Source
const TCSETS = syscall.TCSETS
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderType ¶
type RenderType string
const ( RenderTypeFull RenderType = "full" RenderTypeFullTrim RenderType = "full-trim" RenderTypePartial RenderType = "partial" RenderTypePartialClear RenderType = "partial-clear" RenderTypeCursorOnly RenderType = "cursor-only" RenderTypeSkip RenderType = "skip" )
Click to show internal directories.
Click to hide internal directories.