all repos — st @ 0d838b72437c6cac0d87366352939fdb86c2b697

st (suckless terminal) config

Don't read if we chunked the input data.
Christoph Lohmann 20h@r-36.net
commit

0d838b72437c6cac0d87366352939fdb86c2b697

parent

9984ad4ba730b043d064095dca42b490904e38f3

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

jump to
M st.cst.c

@@ -1531,7 +1531,8 @@ * We weren't able to write out everything.

* This means the buffer is getting full * again. Empty it. */ - ttyread(); + if (n < 256) + ttyread(); n -= r; s += r; } else {