mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): reset extended keyboard modes
This commit is contained in:
parent
87e259a678
commit
cad7944b92
3 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue