aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands.c b/commands.c
index 4e8770c..22ac788 100644
--- a/commands.c
+++ b/commands.c
@@ -52,6 +52,7 @@ extern int filecnt, fileidx;
extern int alternate;
extern int prefix;
+extern bool extprefix;
const int ss_delays[] = {
1, 2, 3, 5, 10, 15, 20, 30, 60, 120, 180, 300, 600
@@ -119,6 +120,12 @@ cmdreturn_t it_toggle_bar(arg_t a)
return CMD_DIRTY;
}
+cmdreturn_t it_prefix_external(arg_t a)
+{
+ extprefix = true;
+ return CMD_OK;
+}
+
cmdreturn_t t_reload_all(arg_t a)
{
if (mode == MODE_THUMB) {