[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#520509: XMODIFIERS



On Fri, Mar 20, 2009 at 11:07 PM, Theppitak Karoonboonyanan
<thep@linux.thai.net> wrote:

> It looks like the im_name is initialized somewhere with some
> default value on absence of @im modifier.

It seems such initialization was done in xterm itself:

    if (term->screen.xim == NULL
        && (p = XSetLocaleModifiers("@im=none")) != NULL
        && *p) {
        term->screen.xim = XOpenIM(XtDisplay(term), NULL, NULL, NULL);
    }

So, in essence, the removal works for general X apps.

-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



Reply to: