diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 14:14:07 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 14:14:07 +0000 |
commit | f881502f84cb5470213ede28f9578acbd551ceaa (patch) | |
tree | c911faceb77a885151475e77c373096dc64ee9a6 /tmux.h | |
parent | 32291172bf00770c2b5405cf43cac33ed4ec8410 (diff) | |
download | rtmux-f881502f84cb5470213ede28f9578acbd551ceaa.tar.gz rtmux-f881502f84cb5470213ede28f9578acbd551ceaa.tar.bz2 rtmux-f881502f84cb5470213ede28f9578acbd551ceaa.zip |
Sync OpenBSD patchset 362:
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.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.458 2009-10-06 14:10:10 tcunha Exp $ */ +/* $Id: tmux.h,v 1.459 2009-10-06 14:14:07 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1346,7 +1346,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; @@ -1699,10 +1698,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); |