mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Moved screen_refresh_thaw() in initialization before the
fe_common_core_finish_init() so that if it prints something it gets printed to screen immediately. Also doing it afterwards triggered some screen updating bug and the printed lines were left blank until screen was refreshed.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1599 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5120660bf5
commit
aae1efa61a
@ -127,6 +127,7 @@ static void textui_finish_init(void)
|
||||
mainwindows_save_init();
|
||||
gui_windows_init();
|
||||
statusbar_init();
|
||||
screen_refresh_thaw();
|
||||
|
||||
settings_check();
|
||||
|
||||
@ -142,8 +143,6 @@ static void textui_finish_init(void)
|
||||
printtext_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||
"%s", firsttimer_text);
|
||||
}
|
||||
|
||||
screen_refresh_thaw();
|
||||
}
|
||||
|
||||
static void textui_deinit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user