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

Diff for /mandoc/term.h between version 1.84 and 1.85

version 1.84, 2011/05/17 14:38:34 version 1.85, 2011/05/20 15:48:22
Line 23  struct termp;
Line 23  struct termp;
   
 enum    termenc {  enum    termenc {
         TERMENC_ASCII,          TERMENC_ASCII,
         TERMENC_LOCALE          TERMENC_LOCALE,
           TERMENC_UTF8
 };  };
   
 enum    termtype {  enum    termtype {

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb