st

simple terminal

git clone https://9o.is/git/st.git

commit b779ed1835aebc26452c0e1489ea691c1d49009a
parent dc30f2307dfa39dff96f3b56d56ef249dbf3b41f
Author: noname@inventati.org <noname@inventati.org>
Date:   Sat, 18 Apr 2015 18:45:21 +0200

Place tlinelen type on separate line.

Diffstat:
Mst.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -673,7 +673,8 @@ y2row(int y) { 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)