diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-03 20:53:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-03 20:53:42 -0700 |
commit | 81e976380e571f1df8c5a4bdc5f4387c9a684260 (patch) | |
tree | e1dcf4189b129defd4afe5884e743eaf225e7b5f /pw.c | |
parent | fdda5c19432ad7dc7f1b1823a058f6444f463372 (diff) | |
download | pw-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |