Преглед изворни кода

order toggle: show invalid key prompt (#433)

* order toggle: show invalid key prompt

* don't call statusbar()
master
Maxim Baz Mischievous Meerkat пре 5 година
родитељ
комит
101d4e8a07
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      src/nnn.c

+ 3
- 1
src/nnn.c Прегледај датотеку

@@ -5033,7 +5033,9 @@ nochange:
namecmpfn = (namecmpfn == &xstrverscasecmp) ? &xstricmp : &xstrverscasecmp;
break;
default:
cfg.filtermode ? presel = FILTER : statusbar(path);
if (cfg.filtermode)
presel = FILTER;
printwait(messages[MSG_INVALID_KEY], &presel);
goto nochange;
}
}


Loading…
Откажи
Сачувај