- Capture OSC 0/2 window title in scan_osc_sequences since vt100 0.16
no longer exposes Screen::title()
- Remove committed build artifacts (testapps/mouse-test/target) and
extend .gitignore
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Introduced a new `Config` struct for loading application configuration from a TOML file.
- Added support for keybindings and panel configurations, including status widgets.
- Implemented `PtyTerminal` for handling pseudo-terminal interactions.
- Created a rendering module to manage the display of application windows, panels, and dropdowns.
- Refactored the main application loop to utilize the new configuration and rendering logic.
- Removed legacy code related to event handling and rendering from `main.rs`.