Documentation ¶
Overview ¶
Package ncdu implements a text based user interface for exploring a remote
Index ¶
- type UI
- func (u *UI) Box()
- func (u *UI) Draw() error
- func (u *UI) Line(x, y, xmax int, style tcell.Style, spacer rune, msg string)
- func (u *UI) LineOptions(x, y, xmax int, style tcell.Style, options []string, selected int)
- func (u *UI) Linef(x, y, xmax int, style tcell.Style, spacer rune, format string, ...)
- func (u *UI) Print(x, y int, style tcell.Style, msg string)
- func (u *UI) Printf(x, y int, style tcell.Style, format string, args ...interface{})
- func (u *UI) Show() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
UI contains the state of the user interface
func (*UI) LineOptions ¶ added in v1.61.0
LineOptions Print line of selectable options
func (*UI) Linef ¶ added in v1.61.0
func (u *UI) Linef(x, y, xmax int, style tcell.Style, spacer rune, format string, args ...interface{})
Linef a string
Click to show internal directories.
Click to hide internal directories.