From: Arun Prakash Jana Date: Wed, 3 Jun 2020 10:42:27 +0000 (+0530) Subject: Add new ToDo list X-Git-Tag: v3.3~67 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=58fd92c7aee2bd068c612e98c0272b133e32f791;p=nnn.git Add new ToDo list --- diff --git a/README.md b/README.md index a98c7165..b2de07de 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Don't memorize! Arrows (or h j k l), - [Todd Yamakawa](https://github.com/toddyamakawa) - and other contributors -Visit the [ToDo list](https://github.com/jarun/nnn/issues/594) to contribute or see the features in progress. +Visit the [ToDo list](https://github.com/jarun/nnn/issues/629) to contribute or see the features in progress. ## Elsewhere diff --git a/src/nnn.c b/src/nnn.c index 25ba95ef..4dc9e3aa 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -5254,8 +5254,7 @@ static bool browse(char *ipath, const char *session, int pkey) MEVENT event; struct timespec mousetimings[2] = {{.tv_sec = 0, .tv_nsec = 0}, {.tv_sec = 0, .tv_nsec = 0} }; int mousedent[2] = {-1, -1}; - bool currentmouse = 1; - bool rightclicksel = 0; + bool currentmouse = 1, rightclicksel = 0; #endif #ifndef DIR_LIMITED_SELECTION