mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (contains(term, L"dumb"))
|
||||||
|
return;
|
||||||
|
|
||||||
if (strstr(n, "tty") || strstr(n, "/vc/"))
|
if (strstr(n, "tty") || strstr(n, "/vc/"))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue