diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-30 18:41:48 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-30 18:41:48 +0000 |
commit | 9e328d3fef0d87135d7c4aa5d22f35a5703208cd (patch) | |
tree | 0f86190a7424fd0118c58ab66b4b90c39d7a069b /src/gui/gui.h | |
parent | 312d8015f5d52ee28bcbdf6d543a7e1c3a0b4063 (diff) | |
download | weechat-9e328d3fef0d87135d7c4aa5d22f35a5703208cd.zip |
ctrl-up/ctrl-down keys added to call previous/next command in global history (common to all buffers)
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 96760a38a..532937510 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -336,7 +336,9 @@ extern void gui_input_previous_word (); extern void gui_input_right (); extern void gui_input_next_word (); extern void gui_input_up (); +extern void gui_input_up_global (); extern void gui_input_down (); +extern void gui_input_down_global (); extern void gui_input_jump_smart (); extern void gui_input_jump_dcc (); extern void gui_input_jump_last_buffer (); |