Documentation
¶
Overview ¶
internal/tui/drawing.go
internal/tui/tui.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrawBuffer ¶
DrawBuffer draws the *visible* portion using the provided theme.
func DrawCursor ¶
DrawCursor positions the terminal cursor using visual width calculations.
Types ¶
type TUI ¶
type TUI struct {
// contains filtered or unexported fields
}
TUI manages the terminal screen using tcell.
func (*TUI) Clear ¶
func (t *TUI) Clear()
Clear clears the entire screen ensuring the background color is applied.
Click to show internal directories.
Click to hide internal directories.