diff options
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,11 +82,11 @@ typedef struct { } Operator; typedef struct { - size_t (*cmd)(const Arg*); /* a custom movement based on user input from vis.c */ size_t (*cur)(Cursor*); /* a movement based on current window content from view.h */ size_t (*txt)(Text*, size_t pos); /* a movement form text-motions.h */ size_t (*file)(Vis*, File*, size_t pos); size_t (*vis)(Vis*, Text*, size_t pos); + size_t (*view)(Vis*, View*); enum { LINEWISE = 1 << 0, CHARWISE = 1 << 1, |
