feat(tui): add option to disable terminal title (#5713)

This commit is contained in:
Jake Nelson
2025-12-17 22:30:01 -06:00
committed by GitHub
parent b9fb180bc6
commit e789fcf5e5
4 changed files with 27 additions and 1 deletions
+4
View File
@@ -950,6 +950,10 @@ export type KeybindsConfig = {
* Suspend terminal
*/
terminal_suspend?: string
/**
* Toggle terminal title
*/
terminal_title_toggle?: string
}
export type AgentConfig = {
+4
View File
@@ -1110,6 +1110,10 @@ export type KeybindsConfig = {
* Suspend terminal
*/
terminal_suspend?: string
/**
* Toggle terminal title
*/
terminal_title_toggle?: string
}
export type AgentConfig = {