mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
windows: set dirty in win_show_error_msg
This commit is contained in:
parent
bfc9e9a72e
commit
1aff8a2144
@ -318,6 +318,9 @@ win_show_error_msg(const char * const from, const char *err_msg)
|
||||
win = _wins[win_index].win;
|
||||
_win_show_time(win);
|
||||
_win_show_error_msg(win, err_msg);
|
||||
if (win_index == _curr_prof_win) {
|
||||
dirty = TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user