aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 166e640..99afa50 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -117,9 +117,8 @@ struct _sceditor
/* Location of the cursor */
struct frame *cursor_frame;
- int cursor_line;
- int cursor_box;
- int cursor_pos; /* characters into box */
+ int cursor_para; /* paragraph index */
+ int cursor_pos; /* character offset into paragraph */
/* Border surrounding actual slide within drawingarea */
double border_offs_x;