st.c | 2 +- diff --git a/st.c b/st.c index 79fb16101a8831597694e88d104242e33045062d..c24bb1d009575db1e193c5c8a089d4fd130d5d13 100644 --- a/st.c +++ b/st.c @@ -566,7 +566,7 @@ if(term.c.x + space >= term.col) space--; for(; space > 0; space--) - tputc(' '); + tcursor(CSright); } void