aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index eb935a6..adb5fca 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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 */