mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previous commit for terminal resize)
This commit is contained in:
@@ -3334,7 +3334,7 @@ command_window (void *data, struct t_gui_buffer *buffer,
|
||||
/* refresh screen */
|
||||
if (string_strcasecmp (argv[1], "refresh") == 0)
|
||||
{
|
||||
gui_window_refresh_needed = 1;
|
||||
gui_window_ask_refresh (2);
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user