mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-02 06:46:32 -04:00
term: add term_reset_view() - make view follow end-of-output again
This commit is contained in:
parent
6fa1734468
commit
777863ac3e
2 changed files with 12 additions and 0 deletions
|
|
@ -392,6 +392,8 @@ void term_damage_rows_in_view(struct terminal *term, int start, int end);
|
|||
void term_damage_all(struct terminal *term);
|
||||
void term_damage_view(struct terminal *term);
|
||||
|
||||
void term_reset_view(struct terminal *term);
|
||||
|
||||
void term_damage_scroll(
|
||||
struct terminal *term, enum damage_type damage_type,
|
||||
struct scroll_region region, int lines);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue