Note that the additional characters are for ncurses compatibility.
Pointed out by Thomas Dickey.
This commit is contained in:
parent
961a1c929f
commit
05ea77093a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue