mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-19 04:22:45 +08:00
parent
597dda5a4b
commit
981a71555f
|
@ -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 New Issue
Block a user