mirror of
https://github.com/jarun/nnn.git
synced 2024-11-18 00:49:15 +00:00
parent
256f0d008f
commit
1a6d54515b
11
src/nnn.c
11
src/nnn.c
|
@ -7519,10 +7519,13 @@ nochange:
|
||||||
tmp = xreadline(tmp, messages[MSG_ARCHIVE_NAME]);
|
tmp = xreadline(tmp, messages[MSG_ARCHIVE_NAME]);
|
||||||
break;
|
break;
|
||||||
case SEL_OPENWITH:
|
case SEL_OPENWITH:
|
||||||
#ifdef NORL
|
#ifndef NORL
|
||||||
tmp = xreadline(NULL, messages[MSG_OPEN_WITH]);
|
if (g_state.picker) {
|
||||||
#else
|
#endif
|
||||||
tmp = getreadline(messages[MSG_OPEN_WITH]);
|
tmp = xreadline(NULL, messages[MSG_OPEN_WITH]);
|
||||||
|
#ifndef NORL
|
||||||
|
} else
|
||||||
|
tmp = getreadline(messages[MSG_OPEN_WITH]);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case SEL_NEW:
|
case SEL_NEW:
|
||||||
|
|
Loading…
Reference in a new issue