aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-21 23:34:25 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-22 19:50:24 +0200
commit4509a105bbe97db8b7d2b82b57f4d7413104b5c7 (patch)
tree3fca6a3865ccdb6f4e73c116b1750bfc1bb5b79d /editor.h
parenta3bb33c07d2ff62e4b2c6ec0782bb86211a42308 (diff)
downloadvis-4509a105bbe97db8b7d2b82b57f4d7413104b5c7.tar.gz
vis-4509a105bbe97db8b7d2b82b57f4d7413104b5c7.tar.xz
vis: rename motion type
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 0187e0a..6ae2cb2 100644
--- a/editor.h
+++ b/editor.h
@@ -83,7 +83,7 @@ typedef struct {
typedef struct {
size_t (*cmd)(const Arg*); /* a custom movement based on user input from vis.c */
- size_t (*view)(Cursor*); /* a movement based on current window content from view.h */
+ 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);