aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-06 07:19:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-06 07:19:32 +0000
commit35ca994ba274a0f3f71e50b0a1aadf275d4441dc (patch)
tree787093f6c1270954b29efa23f76e2ea257d83d6e /tmux.h
parent9400fdac77cff0607f592c969949c7e4feed4913 (diff)
downloadrtmux-35ca994ba274a0f3f71e50b0a1aadf275d4441dc.tar.gz
rtmux-35ca994ba274a0f3f71e50b0a1aadf275d4441dc.tar.bz2
rtmux-35ca994ba274a0f3f71e50b0a1aadf275d4441dc.zip
Remove scroll mode which is now redundant, copy mode should be used instead.
The = key binding now does nothing.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux.h b/tmux.h
index 89d68e2c..6a478614 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1348,7 +1348,6 @@ extern const struct cmd_entry cmd_respawn_window_entry;
extern const struct cmd_entry cmd_rotate_window_entry;
extern const struct cmd_entry cmd_run_shell_entry;
extern const struct cmd_entry cmd_save_buffer_entry;
-extern const struct cmd_entry cmd_scroll_mode_entry;
extern const struct cmd_entry cmd_select_layout_entry;
extern const struct cmd_entry cmd_select_pane_entry;
extern const struct cmd_entry cmd_select_prompt_entry;
@@ -1701,10 +1700,6 @@ extern const struct window_mode window_clock_mode;
extern const struct window_mode window_copy_mode;
void window_copy_pageup(struct window_pane *);
-/* window-scroll.c */
-extern const struct window_mode window_scroll_mode;
-void window_scroll_pageup(struct window_pane *);
-
/* window-more.c */
extern const struct window_mode window_more_mode;
void window_more_vadd(struct window_pane *, const char *, va_list);