diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-14 22:54:06 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | f000d2f9c924bb964203d7dba27b3290045c6853 (patch) | |
| tree | 38dfb204c458979ff298cc466ec6c64f69173798 /vis-core.h | |
| parent | 4b2513c5e1587319ec14ec511a01cfbad331ac79 (diff) | |
vis: add basic infrastructure to store selections in registers
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
