Key flags are only used for initialisation so they are not needed in the main

tty_key struct.
This commit is contained in:
Nicholas Marriott
2009-11-05 10:44:36 +00:00
parent 25c604fb1c
commit a790e16fa2
2 changed files with 6 additions and 9 deletions

4
tmux.h
View File

@ -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;
};