diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-05 10:44:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-05 10:44:36 +0000 |
commit | a790e16fa25e0fce4fc0f8ac6e83147a83ede3e8 (patch) | |
tree | 59e8edeae8cdf96c61cac9b09359657ccebf15ca /tmux.h | |
parent | 25c604fb1c3806fdcb230b0eaac0c3120685f8a8 (diff) | |
download | rtmux-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; }; |