[BACK]Return to term_ascii.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ascii.c between version 1.61 and 1.62

version 1.61, 2018/05/20 21:37:34 version 1.62, 2018/08/18 15:17:03
Line 196  terminal_sepline(void *arg)
Line 196  terminal_sepline(void *arg)
 static size_t  static size_t
 ascii_width(const struct termp *p, int c)  ascii_width(const struct termp *p, int c)
 {  {
           return c != ASCII_BREAK;
         return 1;  
 }  }
   
 void  void

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb