summaryrefslogtreecommitdiff
path: root/pango/pango-break.h
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-08-14 16:33:36 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-08-14 16:33:36 +0000
commitf10ac7aa461dbd08fbc8e1077836f871ed9934af (patch)
tree6fa52f90c5afc4a27ac6e2cf2457ffd9ad3655e5 /pango/pango-break.h
parente8797c8fc739232838152a594442f0d486ca9cbd (diff)
downloadpango-f10ac7aa461dbd08fbc8e1077836f871ed9934af.tar.gz
Add backspace_deletes_character to PangoLogAttr. (#114483)
2003-08-14 Noah Levitt <nlevitt@columbia.edu> * docs/tmpl/main.sgml: * pango/break.c: * pango/pango-break.h: Add backspace_deletes_character to PangoLogAttr. (#114483)
Diffstat (limited to 'pango/pango-break.h')
-rw-r--r--pango/pango-break.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-break.h b/pango/pango-break.h
index 3662009b..0ef4b5f3 100644
--- a/pango/pango-break.h
+++ b/pango/pango-break.h
@@ -64,6 +64,11 @@ struct _PangoLogAttr
guint is_sentence_boundary : 1;
guint is_sentence_start : 1; /* first character in a sentence */
guint is_sentence_end : 1; /* first non-sentence char after a sentence */
+
+ /* if set, backspace deletes one character rather than
+ * the entire grapheme cluster
+ */
+ guint backspace_deletes_character : 1;
};
/* Determine information about cluster/word/line breaks in a string