aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
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;