From 3087709f11b05b943c20436c9c64a09e09223208 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 28 Mar 2016 17:03:01 +0200 Subject: Basic renderer using PangoLayouts --- src/sc_editor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/sc_editor.h') 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; -- cgit v1.2.3