On Mon, 17 Feb 2003, Angus Leeming wrote:

> Would this be what you _really_ wanted in the xforms input widget
> perhaps?
>
>         // Or whatever test you now use to indicate that
>         // precomposition is finished
>         if (key == XKSpace and stored_kbuflen > 1) {
>                 int i;
>                 for (i = 0; i < stored_kbuflen; ++i) {
>                         draw_char(stored_keybuf[i], ...);
>                 }


Yes. In this way we removed the 'space' signal, because keeping the signal 
makes CJK-input with kbuflen=2 disappear, remember?


cghan

Reply via email to