aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--watch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/watch.c b/watch.c
index 861b708..29171b2 100644
--- a/watch.c
+++ b/watch.c
@@ -241,6 +241,7 @@ resize(int ignored)
cols = ws.ws_col;
resizeterm(lines, cols);
}
+ clear();
raise(SIGALRM);
errno = save_errno;
}