pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31829f
)
Redraw needs all dirty lines to have flash etc. work.
author
Christoph Lohmann
<20h@r-36.net>
Fri, 9 May 2014 15:12:58 +0000
(17:12 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Fri, 9 May 2014 15:12:58 +0000
(17:12 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
fd872c1
..
5946c7c
100644
(file)
--- 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) {