Expand description
Application module for par-term
This module contains the main application logic, including:
App: Entry point that initializes and runs the event loopWindowManager: Manages multiple windows and coordinates menu eventsWindowState: Per-window state including terminal, renderer, and UI
Modules§
- handler
- Application event handler
- input_
events - Keyboard input event processing for WindowState.
- mouse_
events - tab_ops
- Tab management operations for WindowState.
- window_
manager - Multi-window manager for the terminal emulator
- window_
state - Per-window state for multi-window terminal emulator
Structs§
- App
- Main application entry point