all repos — st @ a866108af2c6c008e37a32c61cee931efa5e4f9a

st (suckless terminal) config

tab moves the cursor instead of inserting spaces.
Aurélien Aptel aurelien.aptel@gmail.com
commit

a866108af2c6c008e37a32c61cee931efa5e4f9a

parent

1cf8b77d2798a43c979b71e16fd45d63b808f569

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

jump to
M st.cst.c

@@ -566,7 +566,7 @@ if(term.c.x + space >= term.col)

space--; for(; space > 0; space--) - tputc(' '); + tcursor(CSright); } void