Skip to content

Commit

Permalink
Merge pull request #1937 from amalgame21/type-to-nav-indicator
Browse files Browse the repository at this point in the history
Indicate type-to-nav mode with symbol F
  • Loading branch information
jarun authored Sep 24, 2024
2 parents b9ff745 + c291932 commit 2bb76a0
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++] = 'F';

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

Expand Down

0 comments on commit 2bb76a0

Please sign in to comment.