Parcourir la source

Let ^L exit filter mode and redraw if no last filter

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

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

@@ -2843,7 +2843,8 @@ static int filterentries(char *path, char *lastname)
ln[1] = ln[REGEX_MAX - 1];
ln[REGEX_MAX - 1] = '\0';
len = mbstowcs(wln, ln, REGEX_MAX);
}
} else
goto end;
}

/* Go to the top, we don't know if the hovered file will match the filter */


Chargement…
Annuler
Enregistrer