Force notify on left click (right selects & updates)

This commit is contained in:
Arun Prakash Jana 2020-06-03 14:51:52 +05:30
parent 63e90c573b
commit 709c0d209e
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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 */