ソースを参照

Break when watch desc becomes 0

master
Arun Prakash Jana 5年前
コミット
b0960a2e3d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c ファイルの表示

@@ -1454,11 +1454,16 @@ static int nextsel(int presel)
event = (struct inotify_event *) ptr;
DPRINTF_D(event->wd);
DPRINTF_D(event->mask);
if (!event->wd)
break;

if (event->mask & INOTIFY_MASK) {
c = CONTROL('L');
DPRINTF_S("issue refresh");
break;
}
}
DPRINTF_S("inotify read done");
}
}
#elif defined(BSD_KQUEUE)


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