mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
term: modify term_fill() to optionally reset the SGR attributes
This commit is contained in:
parent
189cfd717f
commit
b3a84ba71b
3 changed files with 10 additions and 4 deletions
|
|
@ -798,7 +798,8 @@ 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, char c, size_t count,
|
||||
bool use_sgr_attrs);
|
||||
|
||||
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