mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Redraw the screen before emitting "irssi init finished" signal, so we have
input entry created if someone wants to change prompt. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2087 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0c79d92d5d
commit
c710ca1d7e
@ -173,6 +173,7 @@ static void textui_finish_init(void)
|
||||
|
||||
fe_common_core_finish_init();
|
||||
|
||||
dirty_check();
|
||||
signal_emit("irssi init finished", 0);
|
||||
|
||||
if (display_firsttimer) {
|
||||
|
Loading…
Reference in New Issue
Block a user