aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-28 22:58:20 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-28 22:58:20 +0000
commit1c73e759821dc41ff39ac81b7396913beed41ca0 (patch)
tree2ffda7035d47c89a3687189d4e7b32386efad67e /tmux.h
parent920b9c58729f52ac00dcf05b1e00a245865fd162 (diff)
downloadrtmux-1c73e759821dc41ff39ac81b7396913beed41ca0.tar.gz
rtmux-1c73e759821dc41ff39ac81b7396913beed41ca0.tar.bz2
rtmux-1c73e759821dc41ff39ac81b7396913beed41ca0.zip
Sync OpenBSD patchset 190:
Remove an unused entry in the mode keys command enum and rename MODEKEYCOPY_QUIT to _CANCEL to match the others.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index f8e5ebc7..4e9f2ef7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.394 2009-07-28 22:55:59 tcunha Exp $ */
+/* $Id: tmux.h,v 1.395 2009-07-28 22:58:20 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -395,10 +395,8 @@ enum mode_key_cmd {
MODEKEYCOPY_LEFT,
MODEKEYCOPY_NEXTPAGE,
MODEKEYCOPY_NEXTWORD,
- MODEKEYCOPY_NONE,
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSWORD,
- MODEKEYCOPY_QUIT,
MODEKEYCOPY_RIGHT,
MODEKEYCOPY_STARTOFLINE,
MODEKEYCOPY_STARTSELECTION,