diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-27 16:07:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-27 16:07:27 +0200 |
commit | bd7ae6d5a79991d7f65bc12091b61bcdc4bc5b49 (patch) | |
tree | 6f64ab14e1cc42cf88a79a9f49390f7f67594477 /src/gui/gui-input.h | |
parent | 91343167cdd144c1373bfd2551ff76021691a02b (diff) | |
download | weechat-bd7ae6d5a79991d7f65bc12091b61bcdc4bc5b49.zip |
Add new option weechat.look.input_share (task #9228)
Diffstat (limited to 'src/gui/gui-input.h')
-rw-r--r-- | src/gui/gui-input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index c5421b8e7..d6ba7d738 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.h @@ -39,6 +39,8 @@ extern void gui_input_move (struct t_gui_buffer *buffer, char *target, extern void gui_input_set_pos (struct t_gui_buffer *buffer, int pos); extern int gui_input_insert_string (struct t_gui_buffer *buffer, const char *string, int pos); +extern void gui_input_move_to_buffer (struct t_gui_buffer *from_buffer, + struct t_gui_buffer *to_buffer); extern void gui_input_clipboard_paste (struct t_gui_window *window); extern void gui_input_return (struct t_gui_window *window); extern void gui_input_complete_next (struct t_gui_window *window); |