tui: added ctrl-z terminal suspension support (#3983)

This commit is contained in:
Goni Zahavy 2025-11-22 20:48:23 +02:00 committed by GitHub
parent bdcf864678
commit 6afdb5c0e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 0 deletions

View file

@ -846,6 +846,10 @@ export type KeybindsConfig = {
* Previous child session
*/
session_child_cycle_reverse?: string
/**
* Suspend terminal
*/
terminal_suspend?: string
}
export type AgentConfig = {