X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_bkgd.3x;h=2dc21e6a9c062025cd1e3cd2d9888752bbad4b3b;hp=ef00f7e7ba403c4ce5d3b3aba6487c5bf1d38f3e;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=fd1066cc97c836a67fa2623b6cf7ffd2ece39dc7 diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x index ef00f7e7..2dc21e6a 100644 --- a/man/curs_bkgd.3x +++ b/man/curs_bkgd.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,9 +26,10 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_bkgd.3x,v 1.24 2015/11/21 01:53:42 tom Exp $ +.\" $Id: curs_bkgd.3x,v 1.26 2018/07/28 21:34:06 tom Exp $ .de bP -.IP \(bu 4 +.ie n .IP \(bu 4 +.el .IP \(bu 2 .. .TH curs_bkgd 3X "" .SH NAME @@ -55,9 +56,11 @@ background of the named window. The window background is a \fBchtype\fR consisting of any combination of attributes (i.e., rendition) and a character. The attribute part of the background is combined (OR'ed) with all non-blank -characters that are written into the window with \fBwaddch\fR. Both +characters that are written into the window with \fBwaddch\fR. +Both the character and attribute parts of the background are combined with -the blank characters. The background becomes a property of the +the blank characters. +The background becomes a property of the character and moves with the character through any scrolling and insert/delete line/character operations. .PP