mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
term_refresh(): Change the color to black after everything is done. It's
annoying when the color usually was left to the statusbar's color and when ssh connection to irssi dropped, the terminal's background changed to blue.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2064 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5ee08ed3c9
commit
0be0cc8198
@ -389,6 +389,7 @@ void term_refresh(TERM_WINDOW *window)
|
||||
terminfo_set_cursor_visible(TRUE);
|
||||
curs_visible = TRUE;
|
||||
}
|
||||
term_set_color(window, ATTR_RESET);
|
||||
fflush(window != NULL ? window->term->out : current_term->out);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user