Kaynağa Gözat
Force notify on left click (right selects & updates)
master
Arun Prakash Jana
4 yıl önce
ebeveyn
işleme
709c0d209e
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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 */ |
|
|
|