bemenu/lib
Jari Vetoniemi ca6b903415 curses: revert alt detection
This seems to be broken at least on some terminals and the high bit
toggle corrupts input. In addition there was printf for the esc/alt key
detection that can break the UI.

Neovim seems to have noncompatible way of detecting alt, so I think
neovim should be looked for proper way for handling this.
2021-06-07 16:30:12 +09:00
..
3rdparty Nuke CMake from existance 2020-02-07 16:03:08 +02:00
renderers curses: revert alt detection 2021-06-07 16:30:12 +09:00
bemenu.h x11: Align -m argument interpretation with dmenu 2021-04-27 14:24:02 +09:00
filter.c Declare filter_dmenu_fun as static 2020-12-13 17:10:07 +09:00
internal.h x11: Align -m argument interpretation with dmenu 2021-04-27 14:24:02 +09:00
item.c Refactor code to snake_style, turn renderers into plugins, and start 2014-10-22 22:46:51 +03:00
library.c Nuke CMake from existance 2020-02-07 16:03:08 +02:00
list.c Use sizeof(void*) and fix list remove. 2014-10-25 21:53:48 +03:00
menu.c x11: Align -m argument interpretation with dmenu 2021-04-27 14:24:02 +09:00
util.c Nuke CMake from existance 2020-02-07 16:03:08 +02:00