st
simple terminal
git clone https://9o.is/git/st.git
commit 1bb64b26ca9db8c3b515dd3357afb04ce508eaac parent a888bb0e87f8e5de63a58ec1a53640db0ca8ec07 Author: Christoph Lohmann <20h@r-36.net> Date: Fri, 9 May 2014 17:12:58 +0200 Redraw needs all dirty lines to have flash etc. work. Diffstat:
| M | st.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/st.c b/st.c @@ -3439,6 +3439,7 @@ void redraw(int timeout) { struct timespec tv = {0, timeout * 1000}; + tfulldirt(); draw(); if(timeout > 0) {