Lines Matching +full:3 +full:- +full:cell
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
30 .\" $Id: curs_bkgd.3x,v 1.61 2024/04/20 18:54:36 tom Exp $
31 .TH curs_bkgd 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
52 \fB\%getbkgd\fP \-
72 (in the library's non-\*(``wide\*('' configuration)
76 (see \fB\%curs_attr\fP(3X))
82 The background's attributes are combined with all non-blank characters
84 as with the \fB\%waddch\fP(3X) and \fB\%winsch\fP(3X) families of
98 every character cell in that window.
107 updates the rendition of each character cell by comparing the character,
108 non-color attributes,
110 The library applies to following procedure to each cell in the window,
114 first compares the cell's character to the previously specified blank
118 writes the new blank character to the cell.
121 then checks if the cell uses color,
125 it simply replaces the attributes and color pair in the cell with those
128 If the cell uses color,
133 It finishes by setting the cell's background to use the new window
136 If the cell uses color,
140 updates only the non-color attributes,
148 or if color has not been initialized with \fB\%start_color\fP(3X),
181 be a single-byte value.
202 \*(``or a non-negative integer if \fB\%immedok\fP is set\*('',
203 which refers to the return value from \fB\%wrefresh\fP(3X),
216 (in its non-\*(``wide\*('' configuration)
218 character cell separately.
220 \fB\%curs_bkgrnd\fP(3X) describes the corresponding functions in the
224 \fB\%curses\fP(3X),
225 \fB\%curs_addch\fP(3X),
226 \fB\%curs_attr\fP(3X)