Skip to main content

Module app

Module app 

Source
Expand description

Application module for par-term

This module contains the main application logic, including:

  • App: Entry point that initializes and runs the event loop
  • WindowManager: Manages multiple windows and coordinates menu events
  • WindowState: 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