aboutsummaryrefslogtreecommitdiff
path: root/xterm-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-04-06 22:17:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-04-06 22:17:33 +0000
commit2b508f7f6b20575ecbdae377c10fac0b04497d94 (patch)
treea2a77d300ff6d181a23527ed1c3b8d5137f009df /xterm-keys.c
parent536fc24653d51daf8f0015e68dd4191a9a989205 (diff)
downloadrtmux-2b508f7f6b20575ecbdae377c10fac0b04497d94.tar.gz
rtmux-2b508f7f6b20575ecbdae377c10fac0b04497d94.tar.bz2
rtmux-2b508f7f6b20575ecbdae377c10fac0b04497d94.zip
|PatchSet 871
|Date: 2011/03/27 21:31:25 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Don't include meta twice when working out the flags to output for |xterm-style keys - bit 3 is accepted on input but not on output. Also a |style nit in the header.
Diffstat (limited to 'xterm-keys.c')
-rw-r--r--xterm-keys.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xterm-keys.c b/xterm-keys.c
index 4bb2a4bb..4b850bfa 100644
--- a/xterm-keys.c
+++ b/xterm-keys.c
@@ -1,4 +1,4 @@
-/* $Id: xterm-keys.c,v 1.8 2011-01-03 23:32:04 tcunha Exp $ */
+/* $Id: xterm-keys.c,v 1.9 2011-04-06 22:17:33 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -174,8 +174,6 @@ xterm_keys_lookup(int key)
modifiers += 2;
if (key & KEYC_CTRL)
modifiers += 4;
- if (key & KEYC_ESCAPE)
- modifiers += 8;
/*
* If the key has no modifiers, return NULL and let it fall through to