mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
core: fix bad window size on startup with some terminals like kitty (closes #1769)
This commit is contained in:
@@ -409,7 +409,10 @@ gui_main_loop ()
|
||||
|
||||
/* catch SIGWINCH signal: redraw screen */
|
||||
if (!weechat_headless)
|
||||
{
|
||||
gui_signal_sigwinch_received = 1;
|
||||
signal_catch (SIGWINCH, &gui_main_signal_sigwinch);
|
||||
}
|
||||
|
||||
/* hook stdin (read keyboard) */
|
||||
if (weechat_headless)
|
||||
|
||||
Reference in New Issue
Block a user