aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-05 07:32:41 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-05 07:32:41 +0200
commitabcb867f74efd37ec66490c201204c668920b2ab (patch)
tree842a8d9fc34c96b4f6bd79ef4cb7ff801b38bedc /vis.h
parentc0b411255115569c63430d0162920b53747a917a (diff)
downloadvis-abcb867f74efd37ec66490c201204c668920b2ab.tar.gz
vis-abcb867f74efd37ec66490c201204c668920b2ab.tar.xz
Remember whether the register content is linewise
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 6d6972c..85f8ec6 100644
--- a/vis.h
+++ b/vis.h
@@ -93,6 +93,7 @@ typedef struct {
Register *reg;
Filerange range;
size_t pos;
+ bool linewise;
} OperatorContext;
typedef struct {