indicate type-to-nav mode (with symbol F) after pressing ESC in type-to-nav mode

This commit is contained in:
amalgame21 2024-09-24 17:47:04 +08:00
parent 07a972a485
commit c291932d87

View file

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