[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.69 and 1.70

version 1.69, 2023/11/13 19:13:01 version 1.70, 2025/06/26 17:26:23
Line 123  ascii_init(enum termenc enc, const struct manoutput *o
Line 123  ascii_init(enum termenc enc, const struct manoutput *o
         }          }
 #endif  #endif
   
         if (outopts->mdoc)  
                 p->mdocstyle = 1;  
         if (outopts->indent)          if (outopts->indent)
                 p->defindent = outopts->indent;                  p->defindent = outopts->indent;
         if (outopts->width)          if (outopts->width)

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

CVSweb