diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-04-25 08:58:24 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-04-25 08:58:24 -0700 |
commit | 6f4439395837e0699fc8e77b318058a6dd0e28c0 (patch) | |
tree | fd2aa1f57204797d9f6aad09281cc2350ea0a730 /sys/src/cmd/rio/dat.h | |
parent | f616a0c1bd161c8d3a4765a9d171403974011922 (diff) |
triple click selection in rio
same as sam and vt, three clicks selects a
whitespace-delimited line.
Diffstat (limited to 'sys/src/cmd/rio/dat.h')
-rw-r--r-- | sys/src/cmd/rio/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h index 9698914c4..324698f7b 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -195,7 +195,7 @@ void wclosewin(Window*); void wcurrent(Window*); void wcut(Window*); void wdelete(Window*, uint, uint); -void wdoubleclick(Window*, uint*, uint*); +void wstretchsel(Window*, uint*, uint*, int); void wfill(Window*); void wframescroll(Window*, int); void wkeyctl(Window*, Rune); |