bemenu/lib
Robert Günzler 778617e7c9 wayland: don't chomp dirty state when window is pending
Running `printf "foo\nbar\n" | bemenu --filter foo` no results would
show up until something set the dirty state (like interacting with the
keyboard, e.g. deleting a character).

This would only happen on wayland, due to the render implementation not
considering the dirty state when the window was not yet created and then
just overwriting `menu->dirty` with `false`.

Signed-off-by: Robert Günzler <r@gnzler.io>
2022-12-16 09:13:19 +09:00
..
3rdparty Nuke CMake from existance 2020-02-07 16:03:08 +02:00
renderers wayland: don't chomp dirty state when window is pending 2022-12-16 09:13:19 +09:00
bemenu.h Replace char *key_binding with an enum 2022-10-21 03:17:29 +09:00
filter.c Declare filter_dmenu_fun as static 2020-12-13 17:10:07 +09:00
internal.h Replace char *key_binding with an enum 2022-10-21 03:17:29 +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 Replace char *key_binding with an enum 2022-10-21 03:17:29 +09:00
util.c get rid of all the internal symbols 2022-02-19 08:00:26 +09:00
vim.c Fix remaining crashes 2022-10-21 03:17:29 +09:00
vim.h Add basic vim bindings 2022-10-21 03:17:29 +09:00