feat(tui): add option to disable terminal title (#5713)
This commit is contained in:
parent
b9fb180bc6
commit
e789fcf5e5
4 changed files with 27 additions and 1 deletions
|
|
@ -950,6 +950,10 @@ export type KeybindsConfig = {
|
|||
* Suspend terminal
|
||||
*/
|
||||
terminal_suspend?: string
|
||||
/**
|
||||
* Toggle terminal title
|
||||
*/
|
||||
terminal_title_toggle?: string
|
||||
}
|
||||
|
||||
export type AgentConfig = {
|
||||
|
|
|
|||
|
|
@ -1110,6 +1110,10 @@ export type KeybindsConfig = {
|
|||
* Suspend terminal
|
||||
*/
|
||||
terminal_suspend?: string
|
||||
/**
|
||||
* Toggle terminal title
|
||||
*/
|
||||
terminal_title_toggle?: string
|
||||
}
|
||||
|
||||
export type AgentConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue