mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
term: implement reset
This commit is contained in:
parent
57564c2b59
commit
ab92abbd21
4 changed files with 86 additions and 2 deletions
|
|
@ -341,6 +341,8 @@ struct terminal {
|
|||
} render;
|
||||
};
|
||||
|
||||
void term_reset(struct terminal *term, bool hard);
|
||||
|
||||
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