summaryrefslogtreecommitdiffstats
path: root/src/ZYConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYConfig.h')
-rw-r--r--src/ZYConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYConfig.h b/src/ZYConfig.h
index cba5f78..8a1c5d6 100644
--- a/src/ZYConfig.h
+++ b/src/ZYConfig.h
@@ -51,6 +51,7 @@ public:
gboolean initTradChinese (void) const { return m_init_trad_chinese; }
gboolean alwaysInputNumbers (void) const { return m_always_input_numbers; }
gboolean spaceShowCandidates (void) const { return m_space_show_candidates; }
+ gboolean candidatesAfterCursor (void) const { return m_candidates_after_cursor; }
std::string candidateKeys (void) const { return m_candidate_keys; }
gboolean easySymbol (void) const { return m_easy_symbol; }
@@ -90,6 +91,7 @@ protected:
gboolean m_always_input_numbers;
gboolean m_space_show_candidates;
+ gboolean m_candidates_after_cursor;
std::string m_candidate_keys;