summaryrefslogtreecommitdiff
path: root/src/gui/gui-input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-input.h')
-rw-r--r--src/gui/gui-input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h
index e6d2172c5..a75459f3b 100644
--- a/src/gui/gui-input.h
+++ b/src/gui/gui-input.h
@@ -39,6 +39,7 @@ extern void gui_input_insert_string (struct t_gui_buffer *buffer,
const char *string);
extern void gui_input_clipboard_paste (struct t_gui_buffer *buffer);
extern void gui_input_return (struct t_gui_buffer *buffer);
+extern void gui_input_split_return (struct t_gui_buffer *buffer);
extern void gui_input_complete_next (struct t_gui_buffer *buffer);
extern void gui_input_complete_previous (struct t_gui_buffer *buffer);
extern void gui_input_search_text_here (struct t_gui_buffer *buffer);