mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Handle broken window if started in type-to-nav
This commit is contained in:
parent
eb42f7a948
commit
be4460c1da
|
@ -6647,6 +6647,10 @@ static bool browse(char *ipath, const char *session, int pkey)
|
||||||
if (!pnamebuf)
|
if (!pnamebuf)
|
||||||
errexit();
|
errexit();
|
||||||
|
|
||||||
|
/* The following call is added to handle a broken window at start */
|
||||||
|
if (presel == FILTER)
|
||||||
|
handle_key_resize();
|
||||||
|
|
||||||
begin:
|
begin:
|
||||||
/*
|
/*
|
||||||
* Can fail when permissions change while browsing.
|
* Can fail when permissions change while browsing.
|
||||||
|
|
Loading…
Reference in a new issue