Browse Source

There is no need for a full dirt redraw.

master
Christoph Lohmann 10 years ago
parent
commit
a495fce128
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      st.c

+ 0
- 1
st.c View File

@ -3440,7 +3440,6 @@ void
redraw(int timeout) { redraw(int timeout) {
struct timespec tv = {0, timeout * 1000}; struct timespec tv = {0, timeout * 1000};
tfulldirt();
draw(); draw();
if(timeout > 0) { if(timeout > 0) {


Loading…
Cancel
Save