Skip to main content

Module terminal

Module terminal 

Source
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§

TerminalPanel
UI Panel managing the interactive terminal tab state and rendering.
TextFragment
Represents a single piece of text with an associated display color.