diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-06 07:19:32 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-06 07:19:32 +0000 |
commit | 35ca994ba274a0f3f71e50b0a1aadf275d4441dc (patch) | |
tree | 787093f6c1270954b29efa23f76e2ea257d83d6e /cmd.c | |
parent | 9400fdac77cff0607f592c969949c7e4feed4913 (diff) | |
download | rtmux-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 'cmd.c')
-rw-r--r-- | cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -80,7 +80,6 @@ const struct cmd_entry *cmd_table[] = { &cmd_rotate_window_entry, &cmd_run_shell_entry, &cmd_save_buffer_entry, - &cmd_scroll_mode_entry, &cmd_select_layout_entry, &cmd_select_pane_entry, &cmd_select_prompt_entry, |