aboutsummaryrefslogtreecommitdiffstats
path: root/pw.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw.c')
-rw-r--r--pw.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pw.c b/pw.c
index 6ea1407..7a47699 100644
--- a/pw.c
+++ b/pw.c
@@ -510,10 +510,8 @@ int main(int argc, char **argv)
switch (ch) {
case 'q': case 3:
kbd_state = kbd_exit;
- if ((stat & (stat_eof | stat_susp | stat_htmode | stat_ttmode))) {
- clrline();
- fflush(stdout);
- }
+ clrline();
+ fflush(stdout);
break;
case 'h':
if (hpos >= 8) {