mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
mouse scrolling and selection
This commit is contained in:
parent
a163484f25
commit
5fc55b8fbd
7 changed files with 147 additions and 66 deletions
|
|
@ -634,6 +634,7 @@ struct terminal {
|
|||
struct coord cursor;
|
||||
|
||||
struct {
|
||||
bool mouse_button_pressed;
|
||||
struct coord start;
|
||||
} selection;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue