mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
When private window is created (another user is talking), WeeChat does not switch to this window
This commit is contained in:
@@ -1395,7 +1395,7 @@ gui_init ()
|
||||
gui_init_colors ();
|
||||
|
||||
/* create a new window */
|
||||
gui_current_window = gui_window_new (NULL, NULL /*0, 0, COLS, LINES*/);
|
||||
gui_current_window = gui_window_new (NULL, NULL, 1 /*0, 0, COLS, LINES*/);
|
||||
|
||||
signal (SIGWINCH, gui_curses_resize_handler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user