Fix MOVE flag handling and remove key code (not actually needed).

This commit is contained in:
nicm
2026-06-23 21:00:20 +00:00
parent 0c5e6770df
commit 89027bd22c
7 changed files with 53 additions and 49 deletions

View File

@@ -1068,7 +1068,7 @@ mode_tree_search_set(struct mode_tree_data *mtd)
static int
mode_tree_search_callback(__unused struct client *c, void *data, const char *s,
__unused key_code key, __unused int flags)
__unused int flags)
{
struct mode_tree_data *mtd = data;
@@ -1095,7 +1095,7 @@ mode_tree_search_free(void *data)
static int
mode_tree_filter_callback(__unused struct client *c, void *data, const char *s,
__unused key_code key, __unused int flags)
__unused int flags)
{
struct mode_tree_data *mtd = data;