mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
add unicode-input to search
This commit is contained in:
parent
9f9c1e11e2
commit
7b3d7bf1f1
3 changed files with 6 additions and 3 deletions
7
vimode.c
7
vimode.c
|
|
@ -12,6 +12,7 @@
|
|||
#include "log.h"
|
||||
#include "render.h"
|
||||
#include "selection.h"
|
||||
#include "unicode-mode.h"
|
||||
#include "util.h"
|
||||
#include "vimode.h"
|
||||
#include "xmalloc.h"
|
||||
|
|
@ -1504,9 +1505,9 @@ static void execute_vimode_search_binding(struct seat *seat,
|
|||
term);
|
||||
break;
|
||||
|
||||
// case BIND_ACTION_VIMODE_SEARCH_UNICODE_INPUT:
|
||||
// unicode_mode_activate(term);
|
||||
// break;
|
||||
case BIND_ACTION_VIMODE_SEARCH_UNICODE_INPUT:
|
||||
unicode_mode_activate(term);
|
||||
break;
|
||||
|
||||
case BIND_ACTION_VIMODE_COUNT:
|
||||
BUG("Invalid action type");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue