selection/input: triple click selects an entire row

This commit is contained in:
Daniel Eklöf 2019-08-06 19:32:06 +02:00
parent ae84f0ee00
commit 481a1cd678
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 32 additions and 12 deletions

View file

@ -273,6 +273,7 @@ struct terminal {
int row;
int button;
int count;
int last_button;
struct timeval last_time;