mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-13 12:14:47 +00:00
feat(tui): add option to disable terminal title (#5713)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user