forked from joejulian/gio
2dc19a3695
Fixes misaligned carets when the Editor text contains code points represented by multiple UTF-8 bytes. Line lengths should be measured in bytes instead of glyphs for caret positioning. Signed-off-by: tainted-bit <sourcehut@taintedbit.com>