]> Sergey Matveev's repositories - nnn.git/commit
Fix #998: remove ^Space keybind
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 12 May 2021 04:37:29 +0000 (10:07 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 12 May 2021 04:37:29 +0000 (10:07 +0530)
commit907616a0580106e9925f49ae59d9a7f5a1fd136b
tree1ab5dad1e53a029ab7c51ae062de5a57f1248b0b
parent1f95c355a929b53865792df04a83ac9b1ac83d91
Fix #998: remove ^Space keybind

netbsd-curses sends a NULL (key value 0) following the KEY_RESIZE.
The keybind ^Space also issues a 0. It seems even the key ^@ sends
the same. Dropping this ambiguous keybind in favour of alternative
key m (more appropriate for 'm'ark anyway). Keys with value 0 will
now be ignored in the filter function.
src/nnn.c
src/nnn.h