status_bar
dev_tool.tui.components.status_bar
StatusBarComponent
A component for rendering the status bar.
The constructor for the StatusBarComponent class.
Parameters:
-
terminal(Terminal) –The blessed Terminal instance.
-
theme(Default) –The theme instance for styling.
-
state(StateManager) –The state manager instance.
Source code in dev_tool/tui/components/status_bar.py
state = state
instance-attribute
terminal = terminal
instance-attribute
theme = theme
instance-attribute
draw
A method that draws the status bar with navigation info.
Parameters:
-
output(list) –The list to append terminal output strings to.