Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Add a couple of missing prototypes.
details: https://anonhg.NetBSD.org/src/rev/8e31a76470fe
branches: trunk
changeset: 484971:8e31a76470fe
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Apr 16 01:23:11 2000 +0000
description:
Add a couple of missing prototypes.
diffstat:
lib/libcurses/curses.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 80d9346bce5a -r 8e31a76470fe lib/libcurses/curses.h
--- a/lib/libcurses/curses.h Sun Apr 16 01:16:43 2000 +0000
+++ b/lib/libcurses/curses.h Sun Apr 16 01:23:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: curses.h,v 1.34 2000/04/15 23:37:30 jdc Exp $ */
+/* $NetBSD: curses.h,v 1.35 2000/04/16 01:23:11 thorpej Exp $ */
/*
* Copyright (c) 1981, 1993, 1994
@@ -444,6 +444,7 @@
int standout(void);
void timeout(int delay);
int underscore(void);
+int underend(void);
int attron(int attr);
int attroff(int attr);
int attrset(int attr);
@@ -541,6 +542,7 @@
int scroll(WINDOW *win);
int scrollok(WINDOW *win, bool bf);
int setterm(char *);
+int start_color(void);
WINDOW *subwin(WINDOW *orig, int nl, int nc, int by, int bx);
int touchline(WINDOW *win, int start, int count);
int touchoverlap(WINDOW *win1, WINDOW *win2);
Home |
Main Index |
Thread Index |
Old Index