diff options
| author | 2020-06-03 16:12:27 +0530 | |
|---|---|---|
| committer | 2020-06-03 16:12:27 +0530 | |
| commit | 58fd92c7aee2bd068c612e98c0272b133e32f791 (patch) | |
| tree | ca7a7faebb40d0a73501127eaef95f79c852474c /src | |
| parent | 2fc115bddc85e24641a0a98c5771f071e19b7082 (diff) | |
| download | nnn-58fd92c7aee2bd068c612e98c0272b133e32f791.tar.gz | |
Add new ToDo list
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |