mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 13:01:15 -03:00
Make fish_config prompt color changes work more often
Fixes https://github.com/fish-shell/fish-shell/issues/505
This commit is contained in:
@@ -815,6 +815,7 @@ void reader_repaint_if_needed()
|
||||
|
||||
if (needs_reset)
|
||||
{
|
||||
exec_prompt();
|
||||
s_reset(&data->screen, screen_reset_current_line_and_prompt);
|
||||
data->screen_reset_needed = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user