Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses curses: clarify standout as the "best" _suppor...
details: https://anonhg.NetBSD.org/src/rev/ed62cb21de65
branches: trunk
changeset: 984985:ed62cb21de65
user: nia <nia%NetBSD.org@localhost>
date: Tue Aug 03 07:58:50 2021 +0000
description:
curses: clarify standout as the "best" _supported_ highlighting mode
of the current terminal
diffstat:
lib/libcurses/curses_attributes.3 | 8 +++++---
lib/libcurses/curses_standout.3 | 4 ++--
2 files changed, 7 insertions(+), 5 deletions(-)
diffs (47 lines):
diff -r dcb3d2b6a549 -r ed62cb21de65 lib/libcurses/curses_attributes.3
--- a/lib/libcurses/curses_attributes.3 Tue Aug 03 07:54:39 2021 +0000
+++ b/lib/libcurses/curses_attributes.3 Tue Aug 03 07:58:50 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_attributes.3,v 1.10 2021/08/02 11:11:20 nia Exp $
+.\" $NetBSD: curses_attributes.3,v 1.11 2021/08/03 07:58:50 nia Exp $
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -102,7 +102,8 @@
.It A_NORMAL
no special attributes are applied
.It A_STANDOUT
-characters are displayed in the "best" highlighting mode of the terminal
+characters are displayed in the "best" supported highlighting mode of the
+terminal
.It A_UNDERLINE
characters are displayed underlined
.It A_REVERSE
@@ -193,7 +194,8 @@
.Pp
.Bl -tag -width "COLOR_PAIR(n)" -compact -offset indent
.It WA_STANDOUT
-characters are displayed in the "best" highlighting mode of the terminal
+characters are displayed in the "best" supported highlighting mode of the
+terminal
.It WA_UNDERLINE
characters are displayed underlined
.It WA_REVERSE
diff -r dcb3d2b6a549 -r ed62cb21de65 lib/libcurses/curses_standout.3
--- a/lib/libcurses/curses_standout.3 Tue Aug 03 07:54:39 2021 +0000
+++ b/lib/libcurses/curses_standout.3 Tue Aug 03 07:58:50 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_standout.3,v 1.9 2021/08/02 11:11:20 nia Exp $
+.\" $NetBSD: curses_standout.3,v 1.10 2021/08/03 07:58:50 nia Exp $
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -55,7 +55,7 @@
These functions manipulate the standout attribute on
.Dv stdscr
or on the specified window.
-The standout attribute applies the "best highlighting mode"
+The standout attribute applies the "best" supported highlighting mode
supported by the current terminal, which may be an alias of
other attributes.
.Pp
Home |
Main Index |
Thread Index |
Old Index