summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-18 13:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-18 13:02:28 +0100
commitee9bc355f5fec07ef399d03002985e8bd5e117c5 (patch)
tree2bf31664c8bea7fcb66b7bde8561ef529ce7765b /cfg.c
parent5895f1d9f742c9b4bcc1de3cf3bebe2601f673b3 (diff)
parent250fdd08bea74f47fc9a8962d5688db353896921 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index 009c748c..f781e825 100644
--- a/cfg.c
+++ b/cfg.c
@@ -52,7 +52,7 @@ cfg_done(__unused struct cmdq_item *item, __unused void *data)
cfg_show_causes(RB_MIN(sessions, &sessions));
if (cfg_item != NULL)
- cfg_item->flags &= ~CMDQ_WAITING;
+ cmdq_continue(cfg_item);
status_prompt_load_history();