Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Add can_change_color() and no_color_video().
details: https://anonhg.NetBSD.org/src/rev/fb18840d3cc5
branches: trunk
changeset: 542396:fb18840d3cc5
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Jan 27 21:08:09 2003 +0000
description:
Add can_change_color() and no_color_video().
diffstat:
lib/libcurses/curses.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r ca0bc36e482c -r fb18840d3cc5 lib/libcurses/curses.h
--- a/lib/libcurses/curses.h Mon Jan 27 21:06:16 2003 +0000
+++ b/lib/libcurses/curses.h Mon Jan 27 21:08:09 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: curses.h,v 1.71 2003/01/09 12:48:05 blymn Exp $ */
+/* $NetBSD: curses.h,v 1.72 2003/01/27 21:08:09 jdc Exp $ */
/*
* Copyright (c) 1981, 1993, 1994
@@ -488,6 +488,7 @@
int baudrate(void);
int beep(void);
int box(WINDOW *, chtype, chtype);
+bool can_change_color(void);
bool can_change_colors(void);
int cbreak(void);
int clearok(WINDOW *, bool);
@@ -566,6 +567,7 @@
SCREEN *newterm(char *, FILE *, FILE *);
WINDOW *newwin(int, int, int, int);
int nl(void);
+attr_t no_color_video(void);
int nocbreak(void);
void nodelay(WINDOW *, bool);
int noecho(void);
Home |
Main Index |
Thread Index |
Old Index