summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-06 14:14:07 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-06 14:14:07 +0000
commitf881502f84cb5470213ede28f9578acbd551ceaa (patch)
treec911faceb77a885151475e77c373096dc64ee9a6 /cmd.c
parent32291172bf00770c2b5405cf43cac33ed4ec8410 (diff)
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 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd.c b/cmd.c
index 90be69d6..640b9148 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.119 2009-10-06 14:00:50 tcunha Exp $ */
+/* $Id: cmd.c,v 1.120 2009-10-06 14:14:06 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -79,7 +79,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,