mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
Fix /input history_global_next: reset input content when last command in history is reached
This commit is contained in:
@@ -1078,6 +1078,7 @@ gui_input_history_global_next ()
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_current_window->buffer->input_buffer[0] = '\0';
|
||||
gui_current_window->buffer->input_buffer_size = 0;
|
||||
gui_current_window->buffer->input_buffer_length = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user