Documentation
¶
Index ¶
- Constants
- type Overlay
- type Prompt
- func (p *Prompt) AddRune(r rune)
- func (p *Prompt) DelRune(b bool)
- func (p *Prompt) Enter(s string)
- func (p *Prompt) Lock(b bool)
- func (p *Prompt) Locked() bool
- func (p *Prompt) Move(d int)
- func (p *Prompt) MoveEnd()
- func (p *Prompt) MoveStart()
- func (p *Prompt) ReadLine() (s string)
- func (p *Prompt) Render(hs *heapset.HeapSet, x, y, w, _ int) int
- func (p *Prompt) Value() string
- type Queueable
- type Title
- type View
- func (v *View) Goto(s string)
- func (v *View) LoadState(key string)
- func (v *View) Preserve()
- func (v *View) Render(hs *heapset.HeapSet, x, y, w, h int) int
- func (v *View) Reset()
- func (v *View) SaveState(key string)
- func (v *View) ScrollDown(delta int)
- func (v *View) ScrollEnd()
- func (v *View) ScrollLast()
- func (v *View) ScrollLeft(delta int)
- func (v *View) ScrollLine()
- func (v *View) ScrollRight(delta int)
- func (v *View) ScrollStart()
- func (v *View) ScrollTo(x, y int)
- func (v *View) ScrollUp(delta int)
Constants ¶
View Source
const (
Cursor = tcell.CursorStyleBlinkingBar
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct {
// contains filtered or unexported fields
}
func (*View) ScrollDown ¶
func (*View) ScrollLast ¶
func (v *View) ScrollLast()
func (*View) ScrollLeft ¶
func (*View) ScrollLine ¶
func (v *View) ScrollLine()
func (*View) ScrollRight ¶
func (*View) ScrollStart ¶
func (v *View) ScrollStart()
Click to show internal directories.
Click to hide internal directories.