mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
selection: add a selection API
This commit is contained in:
parent
1c861e5d69
commit
bcf763d417
6 changed files with 117 additions and 30 deletions
|
|
@ -244,8 +244,12 @@ struct terminal {
|
|||
struct wl_callback *frame_callback;
|
||||
};
|
||||
|
||||
void term_damage_rows(struct terminal *term, int start, int end);
|
||||
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_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