mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Refresh screen when exiting WeeChat (to display messages printed after /quit)
This commit is contained in:
@@ -1659,7 +1659,7 @@ gui_buffer_close (struct t_gui_buffer *buffer)
|
||||
ptr_window = ptr_window->next_window)
|
||||
{
|
||||
if (ptr_window->buffer == buffer)
|
||||
ptr_window->buffer = NULL;
|
||||
ptr_window->buffer = gui_buffers;
|
||||
}
|
||||
|
||||
hook_signal_send ("buffer_closed",
|
||||
|
||||
Reference in New Issue
Block a user