mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Use more sensible msg
This commit is contained in:
parent
8f910fe85a
commit
b8ede9895f
|
@ -3762,8 +3762,7 @@ static void find_accessible_parent(char *path, char *newpath, char *lastname, in
|
||||||
}
|
}
|
||||||
|
|
||||||
xstrlcpy(path, dir, PATH_MAX);
|
xstrlcpy(path, dir, PATH_MAX);
|
||||||
|
printwarn(NULL);
|
||||||
printmsg(messages[MSG_ACCESS]);
|
|
||||||
xdelay(XDELAY_INTERVAL_MS);
|
xdelay(XDELAY_INTERVAL_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5387,8 +5386,7 @@ nochange:
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
|
|
||||||
cdprep(lastdir, lastname, path, newpath)
|
cdprep(lastdir, lastname, path, newpath) ? (presel = FILTER) : (watch = TRUE);
|
||||||
? (presel = FILTER) : (watch = TRUE);
|
|
||||||
goto begin;
|
goto begin;
|
||||||
case S_IFREG:
|
case S_IFREG:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue