aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-28 22:56:05 +0200
committerThomas White <taw@bitwiz.org.uk>2016-03-28 22:56:05 +0200
commit87b72a15aaaceb1f0501cb9544a0a857648f7d20 (patch)
treedffd7cee7e036cb6aca46667b986c23278c834f5 /src/sc_editor.c
parentfe17e48d6b5bb0e05cab77812b0e36f181666810 (diff)
A couple of cursor fixes
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 05da7c9..379af90 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -411,6 +411,8 @@ static void draw_caret(cairo_t *cr, struct frame *fr, int cursor_para,
return;
}
+ cx += fr->x;
+ clow += fr->y;
chigh = clow + h;
cairo_move_to(cr, cx, clow);