Parcourir la source

Add new ToDo list

master
Arun Prakash Jana il y a 4 ans
Parent
révision
58fd92c7ae
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. +1
    -1
      README.md
  2. +1
    -2
      src/nnn.c

+ 1
- 1
README.md Voir le fichier

@@ -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) - [Todd Yamakawa](https://github.com/toddyamakawa)
- and other contributors - 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 ## Elsewhere




+ 1
- 2
src/nnn.c Voir le fichier

@@ -5254,8 +5254,7 @@ static bool browse(char *ipath, const char *session, int pkey)
MEVENT event; MEVENT event;
struct timespec mousetimings[2] = {{.tv_sec = 0, .tv_nsec = 0}, {.tv_sec = 0, .tv_nsec = 0} }; struct timespec mousetimings[2] = {{.tv_sec = 0, .tv_nsec = 0}, {.tv_sec = 0, .tv_nsec = 0} };
int mousedent[2] = {-1, -1}; int mousedent[2] = {-1, -1};
bool currentmouse = 1; bool currentmouse = 1, rightclicksel = 0;
bool rightclicksel = 0;
#endif #endif


#ifndef DIR_LIMITED_SELECTION #ifndef DIR_LIMITED_SELECTION


||||||
x
 
000:0
Chargement…
Annuler
Enregistrer