mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
selection: implement double-click-to-select-word
This commit is contained in:
parent
f669cce5b9
commit
8bd969262b
4 changed files with 97 additions and 4 deletions
|
|
@ -253,6 +253,9 @@ struct terminal {
|
|||
int col;
|
||||
int row;
|
||||
int button;
|
||||
|
||||
int last_button;
|
||||
struct timeval last_time;
|
||||
} mouse;
|
||||
|
||||
struct coord cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue