st

simple terminal

git clone https://9o.is/git/st.git

commit 763dcfe063acfdb0f5c5b49f4dc26570588076df
parent 1fca6e604c0132acc3d3a7526f55d31ac95ebbe7
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  5 Apr 2014 20:34:57 +0200

There is no need for a full dirt redraw.

Diffstat:
Mst.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -3440,7 +3440,6 @@ void redraw(int timeout) { struct timespec tv = {0, timeout * 1000}; - tfulldirt(); draw(); if(timeout > 0) {