aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-12 22:48:00 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-12 22:48:00 +0000
commita88eba380552a4e9692e96577cbe006380da55c3 (patch)
treec99f8b37b0f4dbd776444f4712b0c2b69c5acb4f /tmux.h
parenta70b8ee48937a8179d2b1879ed5818aa7f70f85c (diff)
downloadrtmux-a88eba380552a4e9692e96577cbe006380da55c3.tar.gz
rtmux-a88eba380552a4e9692e96577cbe006380da55c3.tar.bz2
rtmux-a88eba380552a4e9692e96577cbe006380da55c3.zip
More hacks for key handling.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index f7724f52..dbc7abcc 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.226 2009-01-12 19:23:14 nicm Exp $ */
+/* $Id: tmux.h,v 1.227 2009-01-12 22:48:00 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -670,7 +670,7 @@ struct tty_key {
char *string;
int flags;
-#define TTYKEY_MODIFIER 0x1
+#define TTYKEY_CTRL 0x1
#define TTYKEY_RAW 0x2
RB_ENTRY(tty_key) entry;