1
0
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:
Sebastien Helleu
2010-03-20 17:09:07 +01:00
parent 9d96090d7d
commit 7925b2d242
21 changed files with 184 additions and 50 deletions
+1 -1
View File
@@ -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",