[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.66 and 1.67

version 1.66, 2020/09/09 13:45:05 version 1.67, 2022/08/15 18:12:30
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 c != ASCII_BREAK && c != ASCII_NBRZW;
 }  }
   
 void  void

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

CVSweb