[BACK]Return to curses.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.h between version 1.37 and 1.38

version 1.37, 2000/04/17 12:25:45 version 1.38, 2000/04/18 12:23:01
Line 489  int  cbreak(void);
Line 489  int  cbreak(void);
 int      clearok(WINDOW *win, bool flag);  int      clearok(WINDOW *win, bool flag);
 bool     can_change_colors(void);  bool     can_change_colors(void);
 int      color_content(short colour, short *redp, short *greenp, short *bluep);  int      color_content(short colour, short *redp, short *greenp, short *bluep);
   int      copywin(const WINDOW *srcwin, WINDOW *dstwin, int sminrow,
                    int smincol, int dminrow, int dmincol, int dmaxrow,
                    int dmaxcol, int overlay);
 int      def_prog_mode(void);  int      def_prog_mode(void);
 int      def_shell_mode(void);  int      def_shell_mode(void);
 int      delwin(WINDOW *win);  int      delwin(WINDOW *win);
   WINDOW  *derwin(WINDOW *orig, int nlines, int ncols, int by, int bx);
 int      echo(void);  int      echo(void);
 int      endwin(void);  int      endwin(void);
 int      flash(void);  int      flash(void);

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

CVSweb <webmaster@jp.NetBSD.org>