mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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
|
|
@ -798,7 +798,7 @@ void term_cursor_down(struct terminal *term, int count);
|
|||
void term_cursor_blink_update(struct terminal *term);
|
||||
|
||||
void term_print(struct terminal *term, char32_t wc, int width);
|
||||
void term_fill(struct terminal *term, int row, int col, char c, size_t count,
|
||||
void term_fill(struct terminal *term, int row, int col, uint8_t c, size_t count,
|
||||
bool use_sgr_attrs);
|
||||
|
||||
void term_scroll(struct terminal *term, int rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue