aboutsummaryrefslogtreecommitdiff
path: root/src/selection.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection.mli')
-rwxr-xr-xsrc/selection.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection.mli b/src/selection.mli
index fb207e4..aa14e38 100755
--- a/src/selection.mli
+++ b/src/selection.mli
@@ -18,3 +18,5 @@ val shift: t -> (int * int) -> (int * int)
val fold: ('a -> int * int -> 'a) -> 'a -> t -> 'a
val extends: Actions.direction -> t -> t
+
+val move: Actions.direction -> t -> t option