mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
Enable dynamic title in Rio and Foot terminals (#10115)
This commit is contained in:
parent
1980a22522
commit
1c2440c3ac
|
@ -594,7 +594,8 @@ fn does_term_support_setting_title(vars: &EnvStack) -> bool {
|
|||
#[rustfmt::skip]
|
||||
const TITLE_TERMS: &[&wstr] = &[
|
||||
L!("xterm"), L!("screen"), L!("tmux"), L!("nxterm"),
|
||||
L!("rxvt"), L!("alacritty"), L!("wezterm"),
|
||||
L!("rxvt"), L!("alacritty"), L!("wezterm"), L!("rio"),
|
||||
L!("foot"),
|
||||
];
|
||||
|
||||
let Some(term) = vars.get_unless_empty(L!("TERM")).map(|v| v.as_string()) else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user