summaryrefslogtreecommitdiff
path: root/man/curs_bkgd.3x
diff options
context:
space:
mode:
Diffstat (limited to 'man/curs_bkgd.3x')
-rw-r--r--man/curs_bkgd.3x10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index 6b66388..356eff4 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -1,5 +1,5 @@
.\"***************************************************************************
-.\" Copyright 2018-2019,2020 Thomas E. Dickey *
+.\" Copyright 2018-2020,2021 Thomas E. Dickey *
.\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
.\" *
.\" Permission is hereby granted, free of charge, to any person obtaining a *
@@ -27,7 +27,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: curs_bkgd.3x,v 1.30 2020/02/02 23:34:34 tom Exp $
+.\" $Id: curs_bkgd.3x,v 1.32 2021/06/17 21:30:22 tom Exp $
.de bP
.ie n .IP \(bu 4
.el .IP \(bu 2
@@ -43,11 +43,11 @@
\fBvoid bkgdset(chtype \fP\fIch\fP\fB);\fR
.br
\fBvoid wbkgdset(WINDOW *\fP\fIwin, chtype \fP\fIch\fP\fB);\fR
-.br
+.sp
\fBint bkgd(chtype \fP\fIch\fP\fB);\fR
.br
\fBint wbkgd(WINDOW *\fP\fIwin\fP\fB, chtype \fP\fIch\fP\fB);\fR
-.br
+.sp
\fBchtype getbkgd(WINDOW *\fP\fIwin\fP\fB);\fR
.br
.SH DESCRIPTION
@@ -103,7 +103,7 @@ cell with those from the new background character.
If the cell uses color,
and that matches the color in the current background,
the library removes attributes
-which may have come from the current background
+which may have come from the current background
and adds attributes from the new background.
It finishes by setting the cell
to use the color from the new background.