Redraw needs all dirty lines to have flash etc. work.
This commit is contained in:
1
st.c
1
st.c
@ -3439,6 +3439,7 @@ void
|
||||
redraw(int timeout) {
|
||||
struct timespec tv = {0, timeout * 1000};
|
||||
|
||||
tfulldirt();
|
||||
draw();
|
||||
|
||||
if(timeout > 0) {
|
||||
|
Reference in New Issue
Block a user