Files
SerialTerminalForWindowsTer…/internal
JiXieShi 40709dadda fix: use tea.WithInputTTY for proper VT key handling on Windows
tea.WithInputTTY forces bubbletea to use raw ANSI/VT input on Windows
instead of the conInputReader, which correctly parses Ctrl+Alt+Key
combos as VT sequences (e.g. \x1b[102;6u → ctrl+alt+f).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 02:50:50 +08:00
..