[hackers] [st] Redraw needs all dirty lines to have flash etc. work. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Fri, 09 May 2014 17:18:15 +0200

commit bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Fri May 9 17:12:58 2014 +0200

    Redraw needs all dirty lines to have flash etc. work.

diff --git a/st.c b/st.c
index fd872c1..5946c7c 100644
--- a/st.c
+++ b/st.c
_AT_@ -3439,6 +3439,7 @@ void
 redraw(int timeout) {
         struct timespec tv = {0, timeout * 1000};
 
+ tfulldirt();
         draw();
 
         if(timeout > 0) {
Received on Fri May 09 2014 - 17:18:15 CEST

This archive was generated by hypermail 2.3.0 : Fri May 09 2014 - 17:24:15 CEST