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

This commit is contained in:
Goni Zahavy
2025-11-22 12:48:23 -06:00
committed by GitHub
parent bdcf864678
commit 6afdb5c0e5
3 changed files with 20 additions and 0 deletions
+4
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 = {