diff options
author | Christoph Lohmann <20h@r-36.net> | 2014-05-09 17:12:58 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2014-05-09 17:12:58 +0200 |
commit | bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a (patch) | |
tree | a94a737351a8b0a5583d11a6362fb848b69cbb94 /st.c | |
parent | e31829f659a818e438bf2fe45708abb2983f8765 (diff) | |
download | st-bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a.tar.gz st-bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a.tar.bz2 |
Redraw needs all dirty lines to have flash etc. work.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3439,6 +3439,7 @@ void redraw(int timeout) { struct timespec tv = {0, timeout * 1000}; + tfulldirt(); draw(); if(timeout > 0) { |