]> Sergey Matveev's repositories - nnn.git/commitdiff
Ad instruction on reserved bitfield
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 1 Sep 2020 20:06:56 +0000 (01:36 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 1 Sep 2020 20:06:56 +0000 (01:36 +0530)
src/nnn.c

index eb935a6320dd5376b4fab64c4638265328f8f7d4..adb5fcaa824334a33afddcdc9ca916430119b8d0 100644 (file)
--- 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 */