package
Version:
v0.1.0-pre-release
Opens a new window with list of versions in this module.
Published: Apr 11, 2025
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
internal/tui/drawing.go
internal/tui/tui.go
DrawBuffer draws the *visible* portion using the provided theme.
It now takes an activeTheme argument.
DrawCursor positions the terminal cursor using visual width calculations.
TUI manages the terminal screen using tcell.
New creates and initializes a new TUI instance.
Clear clears the entire screen.
Close finalizes the tcell screen.
GetScreen provides direct access (use with caution).
PollEvent retrieves the next event.
Show makes the changes visible.
Size returns the width and height of the terminal screen.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.