Expand description
Module implementing the interactive terminal panel tab.
§Terminal Panel Module
This module implements the interactive Terminal UI panel for the R.E.K.T.A.L. GUI application.
It displays a scrollable log history of colored text fragments ([TextFragment]), supports command
history navigation using the arrow keys, and dispatches user commands to the central controller.
Structs§
- Terminal
Panel - UI Panel managing the interactive terminal tab state and rendering.
- Text
Fragment - Represents a single piece of text with an associated display color.