aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorLauris Kaplinski <lauris@src.gnome.org>2000-08-22 22:12:36 +0800
committerLauris Kaplinski <lauris@src.gnome.org>2000-08-22 22:12:36 +0800
commit823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5 (patch)
treeab9cbadd73d1e6f9f0ee92dbbb3f40c9604b461d /widgets/text/e-text.h
parent44ae37c371e25fe05e8aee145f1d9af7130a201d (diff)
downloadgsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.tar
gsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.tar.gz
gsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.tar.bz2
gsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.tar.lz
gsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.tar.xz
gsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.tar.zst
gsoc2013-evolution-823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5.zip
Use byte, not character based UTF-8 syntax in e-text
svn path=/trunk/; revision=4963
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r--widgets/text/e-text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index 9d992fb58b..35ab08ad7f 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -159,8 +159,8 @@ struct _EText {
int yofs_edit; /* Offset because of editing */
/* This needs to be reworked a bit once we get line wrapping. */
- int selection_start; /* Start of selection */
- int selection_end; /* End of selection */
+ int selection_start; /* Start of selection IN BYTES */
+ int selection_end; /* End of selection IN BYTES */
gboolean select_by_word; /* Current selection is by word */
/* This section is for drag scrolling and blinking cursor. */