Core Interface Overview
// The Main Editor Pane
At the center of TermStudio is the editor pane. It supports split-screen modes, multiple tabs, line-number rulers, and diagnostic markers. High-performance rendering is handled via Python's Textual engine, ensuring low overhead and fast refresh cycles.
// Status Bar and Notifications
The status bar at the bottom acts as a dashboard. It displays:
- File Name: The relative path of the file in edit mode.
- Encoding & Line Endings: Typically UTF-8 and LF.
- Git Branch: Current active git branch (if in a Git repository).
- System Load: Process and memory footprint stats.
⚠️ ALERT
Ensure your terminal window is at least 80x24 characters in size. Smaller layouts can compress the status bar details.