mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 03:51:15 -03:00
Enable dynamic title in Rio and Foot terminals (#10115)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user