diff options
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r-- | src/sc_editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c index 7c78b99..2845a18 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -211,6 +211,7 @@ void advance_cursor(SCEditor *e) break; case WRAP_BOX_IMAGE: + case WRAP_BOX_CALLBACK: cp++; if ( cp > 1 ) advance = 1; break; |