diff options
| author | jdc <jdc@NetBSD.org> | 2007-07-13 11:15:33 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2007-07-13 11:15:33 +0000 |
| commit | 05ea77093a56ecc8f156db9dfd2fd17296de30ec (patch) | |
| tree | a3a85bdafa6a928239f15e5ac77e16e50f253d69 /lib/libcurses | |
| parent | 961a1c929f62bfaa3071173a83d4841ff275d876 (diff) | |
Note that the additional characters are for ncurses compatibility.
Pointed out by Thomas Dickey.
Diffstat (limited to 'lib/libcurses')
| -rw-r--r-- | lib/libcurses/curses_addch.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcurses/curses_addch.3 b/lib/libcurses/curses_addch.3 index b5e7acd5d81..c7fe6f2ee81 100644 --- a/lib/libcurses/curses_addch.3 +++ b/lib/libcurses/curses_addch.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_addch.3,v 1.6 2007/07/11 18:45:40 jdc Exp $ +.\" $NetBSD: curses_addch.3,v 1.7 2007/07/13 11:15:33 jdc Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au) @@ -125,7 +125,9 @@ Where the terminal does not support a specific character, the default .It ACS_BULLET Ta o Ta "Bullet" .El .Pp -The following additional characters are also supported. +The following additional, +.Em ncurses +compatible, characters are also supported. .Bl -column -offset indent ".Sy System V Name" ".Sy Default" .It Sy "Name" Ta Sy "Default" Ta Sy "Description" .It ACS_S3 Ta - Ta "Scan line 3" |
