Update color support on COLORTERM change

This commit is contained in:
Johannes Altmanninger
2025-04-11 13:29:49 +02:00
parent e45401e403
commit e7270915ac

View File

@@ -53,6 +53,7 @@
}
table.add(L!("TZ"), handle_tz_change);
table.add_anon(L!("COLORTERM"), handle_fish_term_change);
table.add_anon(L!("fish_term256"), handle_fish_term_change);
table.add_anon(L!("fish_term24bit"), handle_fish_term_change);
table.add_anon(L!("fish_escape_delay_ms"), update_wait_on_escape_ms);