Lines Matching +full:3 +full:- +full:cell
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 2002-2015,2017 Free Software Foundation, Inc. *
30 .\" $Id: curs_bkgrnd.3x,v 1.42 2024/04/20 18:54:36 tom Exp $
31 .TH curs_bkgrnd 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
53 \fB\%wgetbkgrnd\fP \-
78 (see \fB\%curs_attr\fP(3X))
84 The background's attributes are combined with all non-blank characters
86 as with the \fB\%wadd_wch\fP(3X) and \fB\%wins_wch\fP(3X) families of
100 every character cell in that window.
109 updates the rendition of each character cell by comparing the character,
110 non-color attributes,
112 The library applies to following procedure to each cell in the window,
116 first compares the cell's character to the previously specified blank
120 writes the new blank character to the cell.
123 then checks if the cell uses color,
127 it simply replaces the attributes and color pair in the cell with those
130 If the cell uses color,
135 It finishes by setting the cell's background to use the new window
138 If the cell uses color,
142 updates only the non-color attributes,
150 or if color has not been initialized with \fB\%start_color\fP(3X),
194 Unlike their counterparts in the non-\*(``wide\*('' configuration of
210 \fB\%curs_bkgd\fP(3X) describes the corresponding functions in the
211 non-\*(``wide\*('' configuration of
214 \fB\%curses\fP(3X),
215 \fB\%curs_add_wch\fP(3X),
216 \fB\%curs_attr\fP(3X)