aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 32aca77..f93bbac 100644
--- a/config.def.h
+++ b/config.def.h
@@ -275,7 +275,8 @@ void action_do(Action *a);
void action_reset(Action *a);
static void repeat(const Arg *arg) {
- action_do(&action_prev);
+ action = action_prev;
+ action_do(&action);
}
static void count(const Arg *arg) {