1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

Fixed minor refresh bug with input when searching text

This commit is contained in:
Sebastien Helleu
2007-04-04 14:23:33 +00:00
parent 0e785fe106
commit a89ca83306
4 changed files with 20 additions and 6 deletions
-1
View File
@@ -1116,7 +1116,6 @@ gui_buffer_search_restart (t_gui_window *window)
gui_chat_draw (window->buffer, 1);
gui_status_draw (window->buffer, 1);
}
gui_input_draw (window->buffer, 0);
}
/*