]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_termattrs.3x
ncurses 6.4 - patch 20230429
[ncurses.git] / man / curs_termattrs.3x
index 4e482f14aefc86a96102fd10759242bfb240f14b..8f20cde50b7df7926c8aed0491969936bf9b99e2 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2018-2020,2021 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2015 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -27,7 +27,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_termattrs.3x,v 1.18 2021/12/25 21:41:58 tom Exp $
+.\" $Id: curs_termattrs.3x,v 1.20 2023/03/11 20:41:12 tom Exp $
 .TH curs_termattrs 3X ""
 .SH NAME
 \fBbaudrate\fP,
@@ -48,7 +48,7 @@
 .br
 \fBchar erasechar(void);\fP
 .br
-\fBint erasewchar(wchar_t *\fP\fIch\fP\fB);\fP
+\fBint erasewchar(wchar_t *\fIch\fB);\fR
 .br
 \fBbool has_ic(void);\fP
 .br
@@ -56,7 +56,7 @@
 .br
 \fBchar killchar(void);\fP
 .br
-\fBint killwchar(wchar_t *\fP\fIch\fP\fB);\fP
+\fBint killwchar(wchar_t *\fIch\fB);\fR
 .br
 \fBchar *longname(void);\fP
 .br
@@ -89,7 +89,7 @@ The \fBhas_il\fP routine is true if the terminal has insert- and delete-line
 capabilities, or can simulate them using scrolling regions.
 This might
 be used to determine if it would be appropriate to turn on physical
-scrolling using \fBscrollok\fP.
+scrolling using \fBscrollok\fP(3X).
 .SS killchar, killwchar
 .PP
 The \fBkillchar\fP routine returns the user's current line kill character.