From 71130ad9fa945623e4a3128b318c8612d6f37792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 12 Apr 2017 17:43:20 +0200 Subject: sam: add support for count specifier to `g` and `y` commands --- sam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sam.h') diff --git a/sam.h b/sam.h index e94b175..0de831e 100644 --- a/sam.h +++ b/sam.h @@ -20,6 +20,7 @@ enum SamError { SAM_ERR_WRITE_CONFLICT, SAM_ERR_LOOP_INVALID_CMD, SAM_ERR_GROUP_INVALID_CMD, + SAM_ERR_COUNT, }; bool sam_init(Vis*); -- cgit v1.2.3