From: MINAMI H. <mi...@ch...> - 2002-10-28 15:12:58
|
Hi, When win->xic is NULL, mlterm is using XLookupString() to parse keypress events. In this case, only latin-1 chars will be handled and compose/accents may be ignored. To get valid XIC, the result of XOpenIM() is reqiured. It seems for me that we are failing in this point. The xfree86's xterm semms to be making this success by calling XSetLocaleModifiers("@im=none"). What happens if you do XMODIFIERS=@im=none mlterm ? On Thu, 24 Oct 2002 14:10:45 -0400 Ambrose Li <ac...@cc...> wrote: > Hi, > > I think this is a real bug. Compose (Multi_key) doesn't work either. > > > On Thu, Oct 24, 2002 at 02:23:41PM +0300, Jari P.T. Alhonen wrote: > > Hello, > > > > and thanks for making a great terminal emulator. I have but one major > > problem with it: the dead accents are not working. They work perfectly > > in uxterm. I've tried every setting I could think of, but to no avail. Is > > there just something wrong in my config or is this an actual bug? |