diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:38:36 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:38:36 +0100 |
| commit | acced3c57142eb2ad389b0aa247bc361bc627beb (patch) | |
| tree | 2da9b3ee66e2d405515844089647281f3adc143e /vis-core.h | |
| parent | ef6ed089536d281fb0b3a274109f39ceb0586e02 (diff) | |
| download | vis-acced3c57142eb2ad389b0aa247bc361bc627beb.tar.gz vis-acced3c57142eb2ad389b0aa247bc361bc627beb.tar.xz | |
vis: move modes into separate file
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -167,4 +167,9 @@ const char *expandtab(Vis *vis); void macro_operator_stop(Vis *vis); void macro_operator_record(Vis *vis); +void action_reset(Vis*, Action *a); + +void mode_set(Vis *vis, Mode *new_mode); +Mode *mode_get(Vis *vis, enum VisMode mode); + #endif
\ No newline at end of file |
