瀏覽代碼

Ad instruction on reserved bitfield

master
Arun Prakash Jana 4 年之前
父節點
當前提交
1696455a6f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
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 */


Loading…
取消
儲存