diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-06-21 18:04:58 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-06-21 18:04:58 +0200 |
commit | 10d05eeeb2705c3918e27a98253e95a2d50fe189 (patch) | |
tree | 848ec0c2d7be583aff7b11815cb64dc079764a01 /src/shape.c | |
parent | b36421467b4669dec503714bbf7be13fcfadc04e (diff) |
Mostly working cursor logic
Diffstat (limited to 'src/shape.c')
-rw-r--r-- | src/shape.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shape.c b/src/shape.c index e27db9a..8ae41ec 100644 --- a/src/shape.c +++ b/src/shape.c @@ -72,7 +72,6 @@ static void add_wrap_box(gpointer vi, gpointer vb) box->scblock = bas->bl; box->offs_char = g_utf8_pointer_to_offset(bas->text, bas->text+item->offset+bas->offs); - box->len_bytes = item->length; box->len_chars = g_utf8_strlen(bas->text+item->offset+bas->offs, item->length); col = sc_interp_get_fgcol(bas->scin); |