aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw.c b/pw.c
index 6c53dd1..49d7a24 100644
--- a/pw.c
+++ b/pw.c
@@ -1178,7 +1178,7 @@ int main(int argc, char **argv)
ttyset(ttyfd, &tty_new);
for (int i = 0; i < pw.nlines; i++)
puts("");
- pw.stat |= force;
+ pw.stat |= stat_force;
redraw(&pw);
} else {
if ((pw.stat & stat_eof)) {