diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-04-12 17:43:20 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-04-12 18:38:03 +0200 |
| commit | 71130ad9fa945623e4a3128b318c8612d6f37792 (patch) | |
| tree | 8c90124cfdf6bdb5fa041f327c63f4998154edf4 /sam.h | |
| parent | 964189735954a9e89ad507c68c20423fe02eaccf (diff) | |
| download | vis-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*); |
