[BACK]Return to term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term.c between version 1.79 and 1.80

version 1.79, 2009/06/17 18:42:42 version 1.80, 2009/06/22 10:40:04
Line 105  term_alloc(enum termenc enc)
Line 105  term_alloc(enum termenc enc)
         if (NULL == (p = malloc(sizeof(struct termp))))          if (NULL == (p = malloc(sizeof(struct termp))))
                 err(1, "malloc");                  err(1, "malloc");
         bzero(p, sizeof(struct termp));          bzero(p, sizeof(struct termp));
         p->maxrmargin = 80;          p->maxrmargin = 78;
         p->enc = enc;          p->enc = enc;
         return(p);          return(p);
 }  }

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb