aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-05 10:44:36 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-05 10:44:36 +0000
commita790e16fa25e0fce4fc0f8ac6e83147a83ede3e8 (patch)
tree59e8edeae8cdf96c61cac9b09359657ccebf15ca /tmux.h
parent25c604fb1c3806fdcb230b0eaac0c3120685f8a8 (diff)
downloadrtmux-a790e16fa25e0fce4fc0f8ac6e83147a83ede3e8.tar.gz
rtmux-a790e16fa25e0fce4fc0f8ac6e83147a83ede3e8.tar.bz2
rtmux-a790e16fa25e0fce4fc0f8ac6e83147a83ede3e8.zip
Key flags are only used for initialisation so they are not needed in the main
tty_key struct.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 40bd238b..c2165287 100644
--- a/tmux.h
+++ b/tmux.h
@@ -939,10 +939,6 @@ struct tty_key {
int key;
char *string;
- int flags;
-#define TTYKEY_CTRL 0x1
-#define TTYKEY_RAW 0x2
-
RB_ENTRY(tty_key) entry;
};