[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.54 and 1.55

version 1.54, 2016/07/31 09:29:13 version 1.55, 2017/05/07 17:31:45
Line 68  ascii_init(enum termenc enc, const struct manoutput *o
Line 68  ascii_init(enum termenc enc, const struct manoutput *o
         p = mandoc_calloc(1, sizeof(struct termp));          p = mandoc_calloc(1, sizeof(struct termp));
   
         p->line = 1;          p->line = 1;
         p->tabwidth = 5;  
         p->defrmargin = p->lastrmargin = 78;          p->defrmargin = p->lastrmargin = 78;
         p->fontq = mandoc_reallocarray(NULL,          p->fontq = mandoc_reallocarray(NULL,
              (p->fontsz = 8), sizeof(enum termfont));               (p->fontsz = 8), sizeof(enum termfont));

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

CVSweb