Skip to content

Commit

Permalink
type-to-nav mode indicator
Browse files Browse the repository at this point in the history
indicate type-to-nav mode (N) after pressing ESC in type-to-nav mode
  • Loading branch information
amalgame21 authored Sep 22, 2024
1 parent 07a972a commit 184335f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3238,6 +3238,9 @@ static int getorderstr(char *sort)
{
int i = 0;

if (cfg.filtermode)
sort[i++] = 'N';

if (cfg.showhidden)
sort[i++] = 'H';

Expand Down

0 comments on commit 184335f

Please sign in to comment.