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

Diff for /mandoc/man_term.c between version 1.210 and 1.211

version 1.210, 2018/04/11 17:11:13 version 1.211, 2018/06/10 15:12:35
Line 1032  print_man_foot(struct termp *p, const struct roff_meta
Line 1032  print_man_foot(struct termp *p, const struct roff_meta
   
         term_word(p, title);          term_word(p, title);
         term_flushln(p);          term_flushln(p);
   
           /*
            * Reset the terminal state for more output after the footer:
            * Some output modes, in particular PostScript and PDF, print
            * the header and the footer into a buffer such that it can be
            * reused for multiple output pages, then go on to format the
            * main text.
            */
   
           p->tcol->offset = 0;
           p->flags = 0;
   
         free(title);          free(title);
 }  }
   

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

CVSweb