[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.67 and 1.68

version 1.67, 2022/08/15 18:12:30 version 1.68, 2022/08/16 17:45:55
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 && c != ASCII_NBRZW;          return c != ASCII_BREAK && c != ASCII_NBRZW && c != ASCII_TABREF;
 }  }
   
 void  void

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb