X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=c24bb1d009575db1e193c5c8a089d4fd130d5d13;hb=059d2ba264f8ee2f6fbdb4d7199b611433ad8a72;hp=79fb16101a8831597694e88d104242e33045062d;hpb=1cf8b77d2798a43c979b71e16fd45d63b808f569;p=st.git diff --git a/st.c b/st.c index 79fb161..c24bb1d 100644 --- a/st.c +++ b/st.c @@ -566,7 +566,7 @@ tputtab(void) { space--; for(; space > 0; space--) - tputc(' '); + tcursor(CSright); } void