[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.53 and 1.54

version 1.53, 2022/08/15 17:59:00 version 1.54, 2022/08/16 17:44:53
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 && c != ASCII_NBRZW;          return c != ASCII_BREAK && c != ASCII_NBRZW && c != ASCII_TABREF;
 }  }
   
 void  void

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54