1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

core: bufferize lines displayed before core buffer is created, to display them in buffer when it is created

This commit is contained in:
Sebastien Helleu
2011-10-07 15:30:54 +02:00
parent 2c87a641e7
commit 53b339fb35
4 changed files with 90 additions and 6 deletions
+1
View File
@@ -440,6 +440,7 @@ main (int argc, char *argv[])
weechat_upgrade_count++; /* increase /upgrade count */
}
weechat_welcome_message (); /* display WeeChat welcome message */
gui_chat_print_lines_waiting_buffer (); /* print lines waiting for buf. */
command_startup (0); /* command executed before plugins */
plugin_init (weechat_auto_load_plugins, /* init plugin interface(s) */
argc, argv);