all repos — st @ 6ee56d65906362f3f6ade570da0ce9c28788eaf5

st (suckless terminal) config

Place tlinelen type on separate line.
noname@inventati.org noname@inventati.org
commit

6ee56d65906362f3f6ade570da0ce9c28788eaf5

parent

215bdb2da3eca77ba01b70503c527baaad67c359

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

jump to
M st.cst.c

@@ -673,7 +673,8 @@

return LIMIT(y, 0, term.row-1); } -int tlinelen(int y) { +int +tlinelen(int y) { int i = term.col; if(term.line[y][i - 1].mode & ATTR_WRAP)