fix(tui): reset extended keyboard modes

This commit is contained in:
Brooklyn Nicholson 2026-04-30 12:05:15 -05:00
parent 87e259a678
commit cad7944b92
3 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,8 @@ export const TERMINAL_MODE_RESET =
'\x1b[?1004l' + // focus events
'\x1b[?2004l' + // bracketed paste
'\x1b[?1049l' + // alternate screen
'\x1b[<u' + // kitty keyboard
'\x1b[>4m' + // modifyOtherKeys
'\x1b[0m' + // attributes
'\x1b[?25h' // cursor visible