[BACK]Return to curses_private.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcurses

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcurses/curses_private.h between version 1.37 and 1.38

version 1.37, 2005/02/18 22:16:27 version 1.38, 2006/01/15 11:43:54
Line 73  extern char *__tc_ac, *__tc_AB, *__tc_ae
Line 73  extern char *__tc_ac, *__tc_AB, *__tc_ae
 struct __ldata {  struct __ldata {
         wchar_t ch;                     /* Character */          wchar_t ch;                     /* Character */
         attr_t  attr;                   /* Attributes */          attr_t  attr;                   /* Attributes */
         wchar_t bch;                    /* Background character */  
         attr_t  battr;                  /* Background attributes */  
 };  };
   
 #define __LDATASIZE     (sizeof(__LDATA))  #define __LDATASIZE     (sizeof(__LDATA))

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>