From: Arun Prakash Jana Date: Wed, 3 Jun 2020 09:21:52 +0000 (+0530) Subject: Force notify on left click (right selects & updates) X-Git-Tag: v3.3~69 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=709c0d209e1ae2241a4fa42f6d48a3afecae951e;p=nnn.git Force notify on left click (right selects & updates) --- diff --git a/src/nnn.c b/src/nnn.c index 3e6e63ad..3413d064 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -5477,7 +5477,7 @@ nochange: if (r != cur) move_cursor(r, 1); #ifndef NOFIFO - else + else if (event.bstate == BUTTON1_PRESSED) notify_fifo(TRUE); #endif /* Handle right click selection */