mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
term: replace term_put_char() with term_fill()
This commit is contained in:
parent
1b66c6a3ac
commit
189cfd717f
3 changed files with 22 additions and 23 deletions
|
|
@ -797,8 +797,8 @@ void term_cursor_up(struct terminal *term, int count);
|
|||
void term_cursor_down(struct terminal *term, int count);
|
||||
void term_cursor_blink_update(struct terminal *term);
|
||||
|
||||
void term_put_char(struct terminal *term, int r, int c, char32_t wc);
|
||||
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_scroll(struct terminal *term, int rows);
|
||||
void term_scroll_reverse(struct terminal *term, int rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue