URI: 
       Place tlinelen type on separate line. - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6ee56d65906362f3f6ade570da0ce9c28788eaf5
   DIR parent 215bdb2da3eca77ba01b70503c527baaad67c359
  HTML Author: noname@inventati.org <noname@inventati.org>
       Date:   Sat, 18 Apr 2015 18:45:21 +0200
       
       Place tlinelen type on separate line.
       
       Diffstat:
         M st.c                                |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR 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)