summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/fns.h
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2020-04-25 08:58:24 -0700
committerOri Bernstein <ori@eigenstate.org>2020-04-25 08:58:24 -0700
commit6f4439395837e0699fc8e77b318058a6dd0e28c0 (patch)
treefd2aa1f57204797d9f6aad09281cc2350ea0a730 /sys/src/cmd/rio/fns.h
parentf616a0c1bd161c8d3a4765a9d171403974011922 (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/fns.h')
-rw-r--r--sys/src/cmd/rio/fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rio/fns.h b/sys/src/cmd/rio/fns.h
index 5a2d1bb4a..8562c2cd9 100644
--- a/sys/src/cmd/rio/fns.h
+++ b/sys/src/cmd/rio/fns.h
@@ -9,6 +9,7 @@ int min(int, int);
int max(int, int);
Rune* strrune(Rune*, Rune);
int isalnum(Rune);
+int isspace(Rune);
void timerstop(Timer*);
void timercancel(Timer*);
Timer* timerstart(int);