mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Add new ToDo list
This commit is contained in:
parent
2fc115bddc
commit
58fd92c7ae
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue