diff options
-rw-r--r-- | Doc/lib/libcurses.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 18984e2..bd98c5f 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -610,9 +610,8 @@ operations. bl\optional{, br}}}}}}}}} Draw a border around the edges of the window. Each parameter specifies the character to use for a specific part of the border; see the table -below for more details. The characters must be specified as integers; -using one-character strings will cause \exception{TypeError} to be -raised. +below for more details. The characters can be specified as integers +or as one-character strings. \note{A \code{0} value for any parameter will cause the default character to be used for that parameter. Keyword parameters |