mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Ad instruction on reserved bitfield
This commit is contained in:
parent
0b0605813d
commit
1696455a6f
|
@ -315,7 +315,7 @@ typedef struct {
|
||||||
uint oldcolor : 1; /* Use older colorscheme */
|
uint oldcolor : 1; /* Use older colorscheme */
|
||||||
uint stayonsel : 1; /* Disable auto-proceed on select */
|
uint stayonsel : 1; /* Disable auto-proceed on select */
|
||||||
uint dirctx : 1; /* Show dirs in context color */
|
uint dirctx : 1; /* Show dirs in context color */
|
||||||
uint reserved : 12;
|
uint reserved : 12; /* Adjust when adding/removing a field */
|
||||||
} runstate;
|
} runstate;
|
||||||
|
|
||||||
/* Contexts or workspaces */
|
/* Contexts or workspaces */
|
||||||
|
|
Loading…
Reference in a new issue