mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
Key options were implemented as a number so these struct members are unused.
This commit is contained in:
parent
14ebcab5b0
commit
c7a8db5543
2
tmux.h
2
tmux.h
@ -544,12 +544,10 @@ struct options_entry {
|
|||||||
enum {
|
enum {
|
||||||
OPTIONS_STRING,
|
OPTIONS_STRING,
|
||||||
OPTIONS_NUMBER,
|
OPTIONS_NUMBER,
|
||||||
OPTIONS_KEY,
|
|
||||||
} type;
|
} type;
|
||||||
union {
|
union {
|
||||||
char *string;
|
char *string;
|
||||||
long long number;
|
long long number;
|
||||||
int key;
|
|
||||||
} value;
|
} value;
|
||||||
|
|
||||||
SPLAY_ENTRY(options_entry) entry;
|
SPLAY_ENTRY(options_entry) entry;
|
||||||
|
Loading…
Reference in New Issue
Block a user