Remove, IME support removed in latest dmenu HEAD - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset b75f0fac150409299760f1cf37e649f5dfecb322
 (DIR) parent 79cb23b794e7c9c958d1f0a09da97811fa43ba42
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun,  3 Mar 2019 15:38:14 
       
       Remove, IME support removed in latest dmenu HEAD
       
       Diffstat:
        wip/dmenu-git/patch-dmenu.c |  16 ----------------
        1 files changed, 0 insertions(+), 16 deletions(-)
       ---
       diff -r 79cb23b794e7 -r b75f0fac1504 wip/dmenu-git/patch-dmenu.c
       --- a/wip/dmenu-git/patch-dmenu.c       Mon Feb 11 22:11:39 2019 +0100
       +++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
       @@ -1,16 +0,0 @@
       -$NetBSD$
       -
       -Avoid to possibly "loose" the focus (at least on st sometimes when
       -invoking dmenu the "full white block cursor" become "full empty
       -block cursor" like when st window is not focused).
       -
       ---- dmenu.c.orig       2018-12-01 11:28:54.000000000 +0000
       -+++ dmenu.c
       -@@ -667,7 +667,6 @@ setup(void)
       -                       XNClientWindow, win, XNFocusWindow, win, NULL);
       - 
       -       XMapRaised(dpy, win);
       --      XSetInputFocus(dpy, win, RevertToParent, CurrentTime);
       -       if (embed) {
       -               XSelectInput(dpy, parentwin, FocusChangeMask | SubstructureNotifyMask);
       -               if (XQueryTree(dpy, parentwin, &dw, &w, &dws, &du) && dws) {