1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

After hotlist clear, initial buffer for loop is current buffer

This commit is contained in:
Sebastien Helleu
2004-08-10 18:07:43 +00:00
parent 9278198964
commit 649fd216ed
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -370,6 +370,7 @@ gui_read_keyb ()
hotlist_free_all ();
gui_redraw_buffer (gui_current_window->buffer);
}
hotlist_initial_buffer = gui_current_window->buffer;
break;
}
}
+1
View File
@@ -370,6 +370,7 @@ gui_read_keyb ()
hotlist_free_all ();
gui_redraw_buffer (gui_current_window->buffer);
}
hotlist_initial_buffer = gui_current_window->buffer;
break;
}
}