blob: 38003c2f3c106e7657f00642158dba6f8a809601 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/unix/fcitx/eim.cc.orig 2014-08-31 06:48:00.000000000 +0900
+++ src/unix/fcitx/eim.cc 2014-08-31 06:48:11.000000000 +0900
@@ -176,7 +176,9 @@
// clear candidate table
FcitxCandidateWordReset(candList);
FcitxCandidateWordSetPageSize(candList, 9);
+#if 0
FcitxCandidateWordSetLayoutHint(candList, CLH_Vertical);
+#endif
FcitxCandidateWordSetChoose(candList, "\0\0\0\0\0\0\0\0\0\0");
FcitxMessagesAddMessageAtLast(preedit, MSG_TIPS, "%s [%s]", usage.first.c_str(), _("Press Escape to go back"));
|