mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
Merge branch 'master' of https://codeberg.org/dnkl/foot
This commit is contained in:
commit
fd187cc491
50 changed files with 1530 additions and 481 deletions
|
|
@ -22,6 +22,8 @@ void selection_extend(
|
|||
|
||||
bool selection_on_rows(const struct terminal *term, int start, int end);
|
||||
|
||||
void selection_scroll_up(struct terminal *term, int rows);
|
||||
void selection_scroll_down(struct terminal *term, int rows);
|
||||
void selection_view_up(struct terminal *term, int new_view);
|
||||
void selection_view_down(struct terminal *term, int new_view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue