[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.5 and 1.6

version 1.5, 2000/04/18 22:43:25 version 1.6, 2000/04/24 14:09:43
Line 113  int  __notimeout(void);
Line 113  int  __notimeout(void);
 char    *__parse_cap(const char *, ...);  char    *__parse_cap(const char *, ...);
 void     __restartwin(void);  void     __restartwin(void);
 void     __restore_colors(void);  void     __restore_colors(void);
   void     __restore_cursor_vis(void);
   void     __restore_meta_state(void);
 void     __restore_termios(void);  void     __restore_termios(void);
 void     __restore_stophandler(void);  void     __restore_stophandler(void);
 void     __save_termios(void);  void     __save_termios(void);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>