lem
lem copied to clipboard
Unable to call commands by name with `M-x` in SDL2 interface
- Update to
lem 2.2.0-99a53db2 - Run
make sdl2-ncurses* - Run
lem -i SDL2 - Press
M-x(Alt-x) - Keypress does not activate the interactive pop-up and no commands can be executed by name.
The popup works as expected in ncurses and worked previously in SDL2 using a version from several months ago.
My config and init files are empty except for a font-size setting and (in-package :lem-user) and the current environment is shown here: https://github.com/lem-project/lem/issues/1561#issuecomment-2964805676.
Potentially related: https://github.com/lem-project/lem/issues/917
*After commenting out libncursesw.so.6 as described here: https://github.com/lem-project/lem/issues/330#issuecomment-2964449047