mouse scrolling and selection

This commit is contained in:
Piotr Kocia 2025-06-14 01:59:02 +02:00
parent a163484f25
commit 5fc55b8fbd
7 changed files with 147 additions and 66 deletions

View file

@ -634,6 +634,7 @@ struct terminal {
struct coord cursor;
struct {
bool mouse_button_pressed;
struct coord start;
} selection;