Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Background colour erase is 'ut' not 'be'.
details: https://anonhg.NetBSD.org/src/rev/1888135e8812
branches: trunk
changeset: 485388:1888135e8812
user: jdc <jdc%NetBSD.org@localhost>
date: Thu Apr 27 00:21:43 2000 +0000
description:
Background colour erase is 'ut' not 'be'.
diffstat:
lib/libcurses/setterm.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r a5efffba6a97 -r 1888135e8812 lib/libcurses/setterm.c
--- a/lib/libcurses/setterm.c Thu Apr 27 00:21:22 2000 +0000
+++ b/lib/libcurses/setterm.c Thu Apr 27 00:21:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setterm.c,v 1.19 2000/04/22 13:29:02 blymn Exp $ */
+/* $NetBSD: setterm.c,v 1.20 2000/04/27 00:21:43 jdc Exp $ */
/*
* Copyright (c) 1981, 1993, 1994
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)setterm.c 8.8 (Berkeley) 10/25/94";
#else
-__RCSID("$NetBSD: setterm.c,v 1.19 2000/04/22 13:29:02 blymn Exp $");
+__RCSID("$NetBSD: setterm.c,v 1.20 2000/04/27 00:21:43 jdc Exp $");
#endif
#endif /* not lint */
@@ -57,8 +57,8 @@
struct tinfo *_cursesi_genbuf;
static char *sflags[] = {
- /* am be bs cc da eo hc hl */
- &AM, &BE, &BS, &CC, &DA, &EO, &HC, &HL,
+ /* am ut bs cc da eo hc hl */
+ &AM, &UT, &BS, &CC, &DA, &EO, &HC, &HL,
/* in mi ms nc ns os ul xb */
&IN, &MI, &MS, &NC, &NS, &OS, &UL, &XB,
/* xn xt xs xx */
@@ -213,7 +213,7 @@
#endif
tmp[2] = '\0';
- namp = "ambebsccdaeohchlinmimsncnsosulxbxnxtxsxx";
+ namp = "amutbsccdaeohchlinmimsncnsosulxbxnxtxsxx";
fp = sflags;
do {
*tmp = *namp;
Home |
Main Index |
Thread Index |
Old Index