aboutsummaryrefslogtreecommitdiff
path: root/dfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfm.c')
-rw-r--r--dfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfm.c b/dfm.c
index bc214d6..acd1fa8 100644
--- a/dfm.c
+++ b/dfm.c
@@ -3808,7 +3808,7 @@ fm_run(struct fm *p)
fm_input(p);
}
fm_term_free(p);
- if (!(p->f & FM_PRINT_PWD)) p->pwd.l = 0;
+ if (!(p->f & (FM_PRINT_PWD|FM_PICKER))) p->pwd.l = 0;
return 0;
}