diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-03 16:22:16 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-03 16:22:16 +0200 |
| commit | 87ffbb9c0ab201efc3e729876455bc4ca9921124 (patch) | |
| tree | dec19f99e8aee0da2007b80085c3948f0f109744 /vis.h | |
| parent | 3ef242ae90ed7c798b83e2765cb721ef64e7516d (diff) | |
| download | vis-87ffbb9c0ab201efc3e729876455bc4ca9921124.tar.gz vis-87ffbb9c0ab201efc3e729876455bc4ca9921124.tar.xz | |
Enable text objects, introduce operator options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,7 @@ struct Vis { }; typedef union { + bool b; size_t i; const char *s; size_t (*m)(Win*); @@ -97,6 +98,7 @@ typedef struct { typedef struct { int count; + bool linewise; Operator *op; Movement *movement; TextObject *textobj; |
