diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-07-28 17:22:49 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-07-28 17:22:49 +0200 |
| commit | 69f3412a8d36b1a4a5da86ae472f7e345741b2fd (patch) | |
| tree | ddf53867cd5dfd7ad724c91885c51e4c13f851f7 /editor.h | |
| parent | f38ab16901a787aff37904c5f80e94f2371c7456 (diff) | |
| download | vis-69f3412a8d36b1a4a5da86ae472f7e345741b2fd.tar.gz vis-69f3412a8d36b1a4a5da86ae472f7e345741b2fd.tar.xz | |
vis: pass cursor to operator implementations
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ typedef struct { size_t pos; /* at which byte from the start of the file should the operation start? */ bool linewise; /* should the changes always affect whole lines? */ const Arg *arg; /* arbitrary arguments */ + Cursor *cursor; /* cursor (if any) which issued this operator */ } OperatorContext; typedef struct { |
