diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:45:15 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:45:15 +0100 |
| commit | f1002cdc6d70bae0c5f68df1d91cd170189d4789 (patch) | |
| tree | db9dcbc634e207aa8618f571fd4dc87a67dc8505 /vis.h | |
| parent | acced3c57142eb2ad389b0aa247bc361bc627beb (diff) | |
| download | vis-f1002cdc6d70bae0c5f68df1d91cd170189d4789.tar.gz vis-f1002cdc6d70bae0c5f68df1d91cd170189d4789.tar.xz | |
vis: introduce vis_cancel API
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -320,6 +320,7 @@ void vis_register_set(Vis*, enum VisRegister); Register *vis_register_get(Vis*, enum VisRegister); void vis_repeat(Vis*); +void vis_cancel(Vis*); /* execute a :-command (call without without leading ':') */ bool vis_cmd(Vis*, const char *cmd); |
