mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
Fix missing repaint when TERM changes
E.g. set TERM xterm-16color set TERM xterm-mono
This commit is contained in:
@@ -305,6 +305,7 @@ fn handle_locale_change(vars: &EnvStack) {
|
||||
fn handle_term_change(vars: &EnvStack) {
|
||||
guess_emoji_width(vars);
|
||||
init_terminal(vars);
|
||||
reader_schedule_prompt_repaint();
|
||||
}
|
||||
|
||||
fn handle_fish_use_posix_spawn_change(vars: &EnvStack) {
|
||||
|
||||
Reference in New Issue
Block a user