Disable new input method behaviour by default on X

* src/xfns.c (supported_xim_styles): Default to STYLE_NONE.
This commit is contained in:
Po Lu 2022-01-07 17:22:14 +08:00
parent 1fae01dacf
commit 259229bf37

View file

@ -2624,8 +2624,8 @@ xic_free_xfontset (struct frame *f)
static const XIMStyle supported_xim_styles[] =
{
STYLE_CALLBACK,
STYLE_NONE,
STYLE_CALLBACK,
STYLE_OVERTHESPOT,
STYLE_OFFTHESPOT,
STYLE_ROOT