mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-27 12:11:15 -03:00
Rename cached_esc_sequences_t to layout_cache_t
Preparation for migrating the prompt cache into this struct.
This commit is contained in:
@@ -606,7 +606,7 @@ static void init_curses() {
|
||||
term_has_xn = tigetflag((char *)"xenl") == 1; // does terminal have the eat_newline_glitch
|
||||
update_fish_color_support();
|
||||
// Invalidate the cached escape sequences since they may no longer be valid.
|
||||
cached_esc_sequences.clear();
|
||||
cached_layouts.clear();
|
||||
curses_initialized = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user