term: add term_font_size_reset()

This commit is contained in:
Daniel Eklöf 2020-02-08 17:57:50 +01:00
parent a96341368d
commit 6c0d00fcee
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 39 additions and 7 deletions

View file

@ -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);