We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5d998 commit fb1db0eCopy full SHA for fb1db0e
2 files changed
src/mbyte.c
@@ -5922,7 +5922,7 @@ im_set_active(int active_arg)
5922
if (active != im_get_status())
5923
{
5924
call_imactivatefunc(active);
5925
- im_is_active = active;
+ xim_has_focus = active;
5926
}
5927
return;
5928
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1342,
776
/**/
777
1341,
778
0 commit comments