mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-16 04:22:36 +00:00
fix(tui): support modified enter for multiline input
This commit is contained in:
parent
bb59d3bac2
commit
015f6c825d
4 changed files with 36 additions and 9 deletions
|
|
@ -176,7 +176,7 @@ export function isXtermJs(): boolean {
|
|||
// in xterm.js-based terminals like VS Code). tmux is allowlisted because it
|
||||
// accepts modifyOtherKeys and doesn't forward the kitty sequence to the outer
|
||||
// terminal.
|
||||
const EXTENDED_KEYS_TERMINALS = ['iTerm.app', 'kitty', 'WezTerm', 'ghostty', 'tmux', 'windows-terminal']
|
||||
const EXTENDED_KEYS_TERMINALS = ['iTerm.app', 'kitty', 'WezTerm', 'ghostty', 'tmux', 'windows-terminal', 'vscode']
|
||||
|
||||
/** True if this terminal correctly handles extended key reporting
|
||||
* (Kitty keyboard protocol + xterm modifyOtherKeys). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue