Module Name:    src
Committed By:   nia
Date:           Tue Aug  3 07:58:50 UTC 2021

Modified Files:
        src/lib/libcurses: curses_attributes.3 curses_standout.3

Log Message:
curses: clarify standout as the "best" _supported_ highlighting mode
of the current terminal


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libcurses/curses_attributes.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/curses_standout.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/curses_attributes.3
diff -u src/lib/libcurses/curses_attributes.3:1.10 src/lib/libcurses/curses_attributes.3:1.11
--- src/lib/libcurses/curses_attributes.3:1.10	Mon Aug  2 11:11:20 2021
+++ src/lib/libcurses/curses_attributes.3	Tue Aug  3 07:58:50 2021
@@ -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 @@ The attributes that can be manipulated a
 .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 @@ The additional wide attributes that can 
 .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

Index: src/lib/libcurses/curses_standout.3
diff -u src/lib/libcurses/curses_standout.3:1.9 src/lib/libcurses/curses_standout.3:1.10
--- src/lib/libcurses/curses_standout.3:1.9	Mon Aug  2 11:11:20 2021
+++ src/lib/libcurses/curses_standout.3	Tue Aug  3 07:58:50 2021
@@ -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

Reply via email to