mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
parent
597dda5a4b
commit
981a71555f
1 changed files with 3 additions and 0 deletions
|
@ -943,6 +943,9 @@ void reader_write_title(const wcstring &cmd)
|
|||
return;
|
||||
}
|
||||
|
||||
if (contains(term, L"dumb"))
|
||||
return;
|
||||
|
||||
if (strstr(n, "tty") || strstr(n, "/vc/"))
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue