mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue