aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-04-12 17:43:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-04-12 18:38:03 +0200
commit71130ad9fa945623e4a3128b318c8612d6f37792 (patch)
tree8c90124cfdf6bdb5fa041f327c63f4998154edf4 /sam.h
parent964189735954a9e89ad507c68c20423fe02eaccf (diff)
downloadvis-71130ad9fa945623e4a3128b318c8612d6f37792.tar.gz
vis-71130ad9fa945623e4a3128b318c8612d6f37792.tar.xz
sam: add support for count specifier to `g` and `y` commands
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h1
1 files changed, 1 insertions, 0 deletions
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*);