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

This commit is contained in:
Jake Nelson 2025-12-18 15:30:01 +11:00 committed by GitHub
commit e789fcf5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 1 deletions

View file

@ -950,6 +950,10 @@ export type KeybindsConfig = {
* Suspend terminal
*/
terminal_suspend?: string
/**
* Toggle terminal title
*/
terminal_title_toggle?: string
}
export type AgentConfig = {

View file

@ -1110,6 +1110,10 @@ export type KeybindsConfig = {
* Suspend terminal
*/
terminal_suspend?: string
/**
* Toggle terminal title
*/
terminal_title_toggle?: string
}
export type AgentConfig = {