summaryrefslogtreecommitdiff
path: root/pango/pango-break.h
diff options
context:
space:
mode:
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