[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.46 and 1.47

version 1.46, 2010/12/16 17:42:28 version 1.47, 2011/10/04 11:01:13
Line 239  struct __screen {
Line 239  struct __screen {
         unsigned int len;          unsigned int len;
         int meta_state;          int meta_state;
         char padchar;          char padchar;
         char ttytype[128];  
         int endwin;          int endwin;
         int notty;          int notty;
         int half_delay;          int half_delay;
Line 314  void __cursesi_putnsp(nschar_t *, const 
Line 313  void __cursesi_putnsp(nschar_t *, const 
 void    __cursesi_chtype_to_cchar(chtype, cchar_t *);  void    __cursesi_chtype_to_cchar(chtype, cchar_t *);
 #endif /* HAVE_WCHAR */  #endif /* HAVE_WCHAR */
 int      __unget(wint_t);  int      __unget(wint_t);
 char    *__longname(char *, char *);    /* Original BSD version */  
 int      __mvcur(int, int, int, int, int);  int      __mvcur(int, int, int, int, int);
 WINDOW  *__newwin(SCREEN *, int, int, int, int, int);  WINDOW  *__newwin(SCREEN *, int, int, int, int, int);
 int      __nodelay(void);  int      __nodelay(void);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb <webmaster@jp.NetBSD.org>