aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-05-09 17:12:58 +0200
committerChristoph Lohmann <20h@r-36.net>2014-05-09 17:12:58 +0200
commitbdb850a16a6d7a2d12b2bd5500a3b7d70290a74a (patch)
treea94a737351a8b0a5583d11a6362fb848b69cbb94
parente31829f659a818e438bf2fe45708abb2983f8765 (diff)
downloadst-bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a.tar.gz
st-bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a.tar.bz2
Redraw needs all dirty lines to have flash etc. work.
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index fd872c1..5946c7c 100644
--- a/st.c
+++ b/st.c
@@ -3439,6 +3439,7 @@ void
redraw(int timeout) {
struct timespec tv = {0, timeout * 1000};
+ tfulldirt();
draw();
if(timeout > 0) {