Documentation
¶
Overview ¶
ui provides a text-based user interface (TUI) for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppState ¶
type AppState int
AppState represents the current state of the application.
const ( // StateLoading indicates the application is loading resources. StateLoading AppState = iota // StateSession indicates an active typing session. StateSession // StateBreak indicates a break between typing sessions. StateBreak // StateReady indicates the application is ready for a new typing session. StateReady )
Click to show internal directories.
Click to hide internal directories.