Browse Source

Ad instruction on reserved bitfield

master
Arun Prakash Jana 4 years ago
parent
commit
1696455a6f
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -315,7 +315,7 @@ typedef struct {
uint oldcolor : 1; /* Use older colorscheme */
uint stayonsel : 1; /* Disable auto-proceed on select */
uint dirctx : 1; /* Show dirs in context color */
uint reserved : 12;
uint reserved : 12; /* Adjust when adding/removing a field */
} runstate;

/* Contexts or workspaces */


Loading…
Cancel
Save