]> Sergey Matveev's repositories - nnn.git/commitdiff
Add new ToDo list
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 3 Jun 2020 10:42:27 +0000 (16:12 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 3 Jun 2020 10:42:27 +0000 (16:12 +0530)
README.md
src/nnn.c

index a98c71654618c08f75f309eadb94bda63b1e1b15..b2de07de67f9e6765ec21365a1b0f2ff7c0716d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>),
 - [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
 
index 25ba95efaeea8564a4ea486ea115f8e40afb576f..4dc9e3aa400537ba858a76a8077b1c98c74225cc 100644 (file)
--- 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