mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: fix refresh of bar item "input_search" after buffer switch in root bars (closes #1939)
This commit is contained in:
@@ -55,6 +55,7 @@ New features::
|
||||
|
||||
Bug fixes::
|
||||
|
||||
* core: fix refresh of bar item "input_search" after buffer switch in root bars (issue #1939)
|
||||
* core: fix completion after newline in input (issue #1925)
|
||||
* core: fix partial completion when the common prefix found is empty (issue #340)
|
||||
* core: display a specific error when trying to bind a key without area in mouse context
|
||||
|
||||
@@ -2212,7 +2212,8 @@ gui_bar_item_init ()
|
||||
gui_bar_item_new (NULL,
|
||||
gui_bar_item_names[GUI_BAR_ITEM_INPUT_SEARCH],
|
||||
&gui_bar_item_input_search_cb, NULL, NULL);
|
||||
gui_bar_item_hook_signal ("window_switch;input_search;input_text_changed",
|
||||
gui_bar_item_hook_signal ("window_switch;buffer_switch;input_search;"
|
||||
"input_text_changed",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_INPUT_SEARCH]);
|
||||
|
||||
/* input text */
|
||||
|
||||
Reference in New Issue
Block a user