[BACK]Return to term_ascii.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term_ascii.c between version 1.52 and 1.53

version 1.52, 2020/09/09 13:40:24 version 1.53, 2022/08/15 17:59:00
Line 186 
Line 186 
 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.52  
changed lines
  Added in v.1.53