mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
term: add term_font_size_reset()
This commit is contained in:
parent
a96341368d
commit
6c0d00fcee
2 changed files with 39 additions and 7 deletions
|
|
@ -365,6 +365,7 @@ bool term_to_slave(struct terminal *term, const void *data, size_t len);
|
|||
|
||||
void term_font_size_increase(struct terminal *term);
|
||||
void term_font_size_decrease(struct terminal *term);
|
||||
void term_font_size_reset(struct terminal *term);
|
||||
|
||||
void term_damage_rows(struct terminal *term, int start, int end);
|
||||
void term_damage_rows_in_view(struct terminal *term, int start, int end);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue