~petersanchez/st

a495fce128a887275d455c09c37b3882e909f962 — Christoph Lohmann 10 years ago 6f4cfa5
There is no need for a full dirt redraw.
1 files changed, 0 insertions(+), 1 deletions(-)

M st.c
M st.c => st.c +0 -1
@@ 3440,7 3440,6 @@ void
redraw(int timeout) {
	struct timespec tv = {0, timeout * 1000};

	tfulldirt();
	draw();

	if(timeout > 0) {