ソースを参照

Ad instruction on reserved bitfield

master
Arun Prakash Jana 4年前
コミット
1696455a6f
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 */


読み込み中…
キャンセル
保存