mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Force notify on left click (right selects & updates)
This commit is contained in:
parent
63e90c573b
commit
709c0d209e
|
@ -5477,7 +5477,7 @@ nochange:
|
||||||
if (r != cur)
|
if (r != cur)
|
||||||
move_cursor(r, 1);
|
move_cursor(r, 1);
|
||||||
#ifndef NOFIFO
|
#ifndef NOFIFO
|
||||||
else
|
else if (event.bstate == BUTTON1_PRESSED)
|
||||||
notify_fifo(TRUE);
|
notify_fifo(TRUE);
|
||||||
#endif
|
#endif
|
||||||
/* Handle right click selection */
|
/* Handle right click selection */
|
||||||
|
|
Loading…
Reference in a new issue