Lines Matching +full:single +full:- +full:cell
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
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)
82 The background's attributes are combined with all non-blank characters
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,
181 be a single-byte value.
202 \*(``or a non-negative integer if \fB\%immedok\fP is set\*('',
216 (in its non-\*(``wide\*('' configuration)
218 character cell separately.