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 44857fced6
commit e7dc4e2365
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 = {