aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-03 16:22:16 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-03 16:22:16 +0200
commit87ffbb9c0ab201efc3e729876455bc4ca9921124 (patch)
treedec19f99e8aee0da2007b80085c3948f0f109744 /vis.h
parent3ef242ae90ed7c798b83e2765cb721ef64e7516d (diff)
downloadvis-87ffbb9c0ab201efc3e729876455bc4ca9921124.tar.gz
vis-87ffbb9c0ab201efc3e729876455bc4ca9921124.tar.xz
Enable text objects, introduce operator options
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 2acee21..ea77a65 100644
--- a/vis.h
+++ b/vis.h
@@ -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;