]> Sergey Matveev's repositories - nnn.git/commit
Fix selection symbol (+) lost after a few seconds
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 19 Mar 2019 14:09:43 +0000 (19:39 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 19 Mar 2019 14:09:43 +0000 (19:39 +0530)
commit24b72f65c58e4a09d9b43230d8ad661536a59eb6
tree7464b8453dda41ba120b17cfd9a35839430fae05
parent40b98e8c9e78f8e1622968014ed903aeac8a790e
Fix selection symbol (+) lost after a few seconds

This is fix on Linux. Someone has to test it on BSD and fix IF there's
similar issue with the kevent based mechanism.

We need to mask and check if the intended events are received because
some events like IN_UNMOUNT, IN_Q_OVERFLOW or IN_IGNORED may arrive
without knowledge.
src/nnn.c