Documentation ¶
Index ¶
- Variables
- func ActiveInputOffset(st *State) int
- func HideCursorIfNeeded(st *State, scr tcell.Screen)
- func IsElementActive(st *State, element Element) bool
- func MoveCursor(st *State, inputLen, delta int)
- func SwitchElement(st *State, delta int)
- func SwitchTab(st *State, numTabs int, delta int)
- func Tui(scr tcell.Screen, st *State, mdl *model.State)
- type CursorGlobalInfo
- type Element
- type Range
- type State
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStyle = tcell.StyleDefault.Background(bgColor)
Functions ¶
func ActiveInputOffset ¶
func HideCursorIfNeeded ¶
func HideCursorIfNeeded(st *State, scr tcell.Screen)
func IsElementActive ¶
func MoveCursor ¶
func SwitchElement ¶
Types ¶
type CursorGlobalInfo ¶
Click to show internal directories.
Click to hide internal directories.