all repos — st @ bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a

st (suckless terminal) config

Redraw needs all dirty lines to have flash etc. work.
Christoph Lohmann 20h@r-36.net
commit

bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a

parent

e31829f659a818e438bf2fe45708abb2983f8765

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M st.cst.c

@@ -3439,6 +3439,7 @@ void

redraw(int timeout) { struct timespec tv = {0, timeout * 1000}; + tfulldirt(); draw(); if(timeout > 0) {