summaryrefslogtreecommitdiff
path: root/src/gui/gui-input.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-19 10:15:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-19 10:15:57 +0100
commitbc96d2f1ec4bcba58aab03042a9266842a42cfcb (patch)
treec0a35a7ca920e2b95157ef7ed69b4be5a51a5d07 /src/gui/gui-input.h
parentdac4d3a06a2535058a7a8d1b55eb62b1e144dcbf (diff)
downloadweechat-bc96d2f1ec4bcba58aab03042a9266842a42cfcb.zip
core: add key alt-j,alt-f to jump to first buffer, change command for jump to last buffer
New key alt-j,alt-f is bound by default to "/buffer -". The existing key alt-j,alt-l is now bound by default to "/buffer +".
Diffstat (limited to 'src/gui/gui-input.h')
-rw-r--r--src/gui/gui-input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h
index 38ba0ae7e..4ecd429f6 100644
--- a/src/gui/gui-input.h
+++ b/src/gui/gui-input.h
@@ -70,7 +70,6 @@ extern void gui_input_history_local_next (struct t_gui_buffer *buffer);
extern void gui_input_history_global_previous (struct t_gui_buffer *buffer);
extern void gui_input_history_global_next (struct t_gui_buffer *buffer);
extern void gui_input_jump_smart (struct t_gui_buffer *buffer);
-extern void gui_input_jump_last_buffer (struct t_gui_buffer *buffer);
extern void gui_input_jump_last_buffer_displayed (struct t_gui_buffer *buffer);
extern void gui_input_jump_previously_visited_buffer (struct t_gui_buffer *buffer);
extern void gui_input_jump_next_visited_buffer (struct t_gui_buffer *buffer);