summaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-14 22:54:06 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commitf000d2f9c924bb964203d7dba27b3290045c6853 (patch)
tree38dfb204c458979ff298cc466ec6c64f69173798 /vis-core.h
parent4b2513c5e1587319ec14ec511a01cfbad331ac79 (diff)
vis: add basic infrastructure to store selections in registers
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index d043207..cd93096 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -40,6 +40,7 @@ struct Mode {
};
typedef struct {
+ Array selections;
Array values;
bool linewise; /* place register content on a new line when inserting? */
bool append;