mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
term_fill(): change ‘character’ parameter from char -> uint8_t
This commit is contained in:
parent
1b13deff04
commit
23908d9277
3 changed files with 21 additions and 20 deletions
|
|
@ -3511,7 +3511,7 @@ print_spacer(struct terminal *term, int col, int remaining)
|
|||
* - double width characters not supported
|
||||
*/
|
||||
void
|
||||
term_fill(struct terminal *term, int r, int c, char data, size_t count,
|
||||
term_fill(struct terminal *term, int r, int c, uint8_t data, size_t count,
|
||||
bool use_sgr_attrs)
|
||||
{
|
||||
struct row *row = grid_row(term->grid, r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue