Merge pull request #1937 from amalgame21/type-to-nav-indicator

Indicate type-to-nav mode with symbol F
This commit is contained in:
Arun 2024-09-24 16:49:27 +05:30 committed by GitHub
commit 2bb76a0e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3238,6 +3238,9 @@ static int getorderstr(char *sort)
{
int i = 0;
if (cfg.filtermode)
sort[i++] = 'F';
if (cfg.showhidden)
sort[i++] = 'H';