1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00: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:
Timo Sirainen 2001-11-18 22:09:02 +00:00 committed by cras
parent 5ee08ed3c9
commit 0be0cc8198

View File

@ -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);
}