--- st.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/st.c b/st.c index 0db81f4..26237de 100644 --- a/st.c +++ b/st.c _AT_@ -1714,6 +1714,8 @@ tputc(char *c) { if(sel.bx != -1 && BETWEEN(term.c.y, sel.by, sel.ey)) sel.bx = -1; switch(ascii) { + case '\0': /* padding character, do nothing */ + break; case '\t': tputtab(1); break; -- 1.7.10.4Received on Thu Sep 13 2012 - 23:08:24 CEST
This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 23:12:03 CEST