diff options
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ typedef struct { } OperatorContext; typedef struct { - void (*func)(OperatorContext*); /* function implementing the operator logic */ + size_t (*func)(OperatorContext*); /* operator logic, returns new cursor position */ } Operator; typedef struct { |
