aboutsummaryrefslogtreecommitdiffstats
path: root/pw.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-03 20:53:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-03 20:53:42 -0700
commit81e976380e571f1df8c5a4bdc5f4387c9a684260 (patch)
treee1dcf4189b129defd4afe5884e743eaf225e7b5f /pw.c
parentfdda5c19432ad7dc7f1b1823a058f6444f463372 (diff)
downloadpw-81e976380e571f1df8c5a4bdc5f4387c9a684260.tar.gz
pw-81e976380e571f1df8c5a4bdc5f4387c9a684260.tar.bz2
pw-81e976380e571f1df8c5a4bdc5f4387c9a684260.zip
Bugfix: stat_force not stat_dirty to display cmd result.
Diffstat (limited to 'pw.c')
-rw-r--r--pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw.c b/pw.c
index 8da30a4..01dfd68 100644
--- a/pw.c
+++ b/pw.c
@@ -1040,7 +1040,7 @@ int main(int argc, char **argv)
switch (kbd_state) {
case kbd_result:
kbd_state = kbd_cmd;
- stat |= stat_dirty;
+ stat |= stat_force;
curcmd = 0;
// fallthrough
case kbd_cmd: