On Mon, Mar 28, 2022 at 11:37 AM Osamu Aoki <[email protected]> wrote: > > Hi, > > These bugs seem somewhat similar: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990316 > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008481 >
AFAICT, GLFW_IM_MODULE is different from SDL_IM_MODULE. I can't find GLFW_IM_MODULE in glfw code, it only appears in kitty's glfw fork. But SDL_IM_MODULE can be found in sdl2 code. Ref: https://github.com/libsdl-org/SDL/blob/120c76c8/src/core/linux/SDL_ime.c#L46-L49 -- Shengjing Zhu

