aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index aa891c2..c14f68c 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3757,7 +3757,14 @@ nochange:
tmp = xreadline(tmp, "archive name: ");
break;
case SEL_OPENWITH:
+#ifdef NORL
tmp = xreadline(NULL, "open with: ");
+#else
+ presel = 0;
+ tmp = getreadline("open with: ", path, ipath, &presel);
+ if (presel == MSGWAIT)
+ goto nochange;
+#endif
break;
case SEL_NEW:
tmp = xreadline(NULL, "name/link suffix [@ for none]: ");