---
st.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/st.c b/st.c
index bb8c365..3fa58da 100644
--- a/st.c
+++ b/st.c
@@ -671,7 +671,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)
--
1.8.4- [dev] [st] [PATCH 1/5] Place tlinelen type on ... noname
- Re: [dev] [st] [PATCH 1/5] Place tlinelen... Roberto E. Vargas Caballero
