Upgrade TUI stack: ratatui 0.30, crossterm 0.29, portable-pty 0.9, vt100 0.16

- 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>
This commit is contained in:
2026-07-14 19:31:41 +02:00
parent 339ad9530e
commit b8d6a18a2e
194 changed files with 1112 additions and 2688 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
/target
/builds
builds/
logs/
testapps/*/target