Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Add getattrs(), delay_output() and napms().



details:   https://anonhg.NetBSD.org/src/rev/62135dc7047f
branches:  trunk
changeset: 486044:62135dc7047f
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu May 11 22:50:23 2000 +0000

description:
Add getattrs(), delay_output() and napms().

diffstat:

 lib/libcurses/curses.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 5c1321f5dc6d -r 62135dc7047f lib/libcurses/curses.h
--- a/lib/libcurses/curses.h    Thu May 11 22:49:13 2000 +0000
+++ b/lib/libcurses/curses.h    Thu May 11 22:50:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: curses.h,v 1.47 2000/05/11 12:05:39 blymn Exp $        */
+/*     $NetBSD: curses.h,v 1.48 2000/05/11 22:50:23 jdc Exp $  */
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -494,6 +494,7 @@
 int     color_content(short, short *, short *, short *);
 int     copywin(const WINDOW *, WINDOW *, int, int, int, int, int, int, int);
 int     curs_set(int);
+int     delay_output(int);
 int     def_prog_mode(void);
 int     def_shell_mode(void);
 int     delwin(WINDOW *);
@@ -507,6 +508,7 @@
 int     flushinp(void);
 int     flushok(WINDOW *, bool);
 char   *fullname(const char *, char *);
+chtype  getattrs(WINDOW *);
 chtype  getbkgd(WINDOW *);
 char   *getcap(char *);
 int     getcury(WINDOW *);
@@ -545,6 +547,7 @@
                __attribute__((__format__(__printf__, 4, 5)));
 int     mvwscanw(WINDOW *, int, int, const char *, ...)
                __attribute__((__format__(__scanf__, 4, 5)));
+int     napms(int);
 WINDOW *newwin(int, int, int, int);
 int     nl(void);
 int     nocbreak(void);



Home | Main Index | Thread Index | Old Index