From bb48738c4111f5f4e2faa40fe67ae1b8b9d7c2eb Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 29 Nov 2017 15:51:39 +0100 Subject: Rework on the Sheet.ml API : removed low level functions, made the sheet mutable --- src/actions.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions.mli') diff --git a/src/actions.mli b/src/actions.mli index f955538..9a59aa1 100755 --- a/src/actions.mli +++ b/src/actions.mli @@ -13,7 +13,6 @@ type modes = type actions = | Move of direction -| Resize (* Resize event *) | Escape | Delete | Yank @@ -26,3 +25,4 @@ type actions = | Button1_clicked of (int * int) | Button1_released of (int * int) | Command +| Resize -- cgit v1.2.3