mirror of
git://git.suckless.org/st
synced 2025-04-20 03:44:46 +01:00
There is no need for a full dirt redraw.
This commit is contained in:
parent
6f4cfa5136
commit
a495fce128
1
st.c
1
st.c
@ -3440,7 +3440,6 @@ void
|
||||
redraw(int timeout) {
|
||||
struct timespec tv = {0, timeout * 1000};
|
||||
|
||||
tfulldirt();
|
||||
draw();
|
||||
|
||||
if(timeout > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user