fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
114 stars 11 forks source link

The default value of embedded preedit cursor #23

Closed utuhiro78 closed 2 years ago

utuhiro78 commented 2 years ago

I found your tweets. https://twitter.com/shela_/status/1463472051335753735

I think "false" is better for the default value of "Fix embedded preedit cursor".

src/unix/fcitx5/mozc_engine.h:

-        _("Fix embedded preedit cursor at the beginning of the preedit"), true};
+        _("Fix embedded preedit cursor at the beginning of the preedit"), false};