text: Add "none" preedit-style

Use "default" preedit style as default. "None" is used when the
composing text should look like non-composing text.

Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
Jan Arne Petersen
2013-04-18 16:47:25 +02:00
committed by Kristian Høgsberg
parent 78d00e45cc
commit 85ecaa5d75
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -233,8 +233,8 @@ static const struct layout arabic_layout = {
};
static const char *style_labels[] = {
"none",
"default",
"none",
"active",
"inactive",
"highlight",