summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-05-12 01:11:26 +0200
committerSébastien Helleu <flashcode@flashtux.org>2024-05-12 01:31:54 +0200
commit464b01992927ef758138151b90f407cc52da387c (patch)
tree75f96be9ae084124386a2b204def47a4fb28e0f7 /src/gui
parent1a0b9427e0b27bd9f1a63a4f4eda24e1f3c93a48 (diff)
downloadweechat-464b01992927ef758138151b90f407cc52da387c.zip
core: restore buffer input prompt on /upgrade
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui-buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h
index ed0974b7b..bad58bcda 100644
--- a/src/gui/gui-buffer.h
+++ b/src/gui/gui-buffer.h
@@ -385,6 +385,8 @@ extern void gui_buffer_set_highlight_tags (struct t_gui_buffer *buffer,
const char *new_tags);
extern void gui_buffer_set_hotlist_max_level_nicks (struct t_gui_buffer *buffer,
const char *new_hotlist_max_level_nicks);
+extern void gui_buffer_set_input_prompt (struct t_gui_buffer *buffer,
+ const char *input_prompt);
extern void gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
const char *value);
extern void gui_buffer_set_pointer (struct t_gui_buffer *buffer,