initial vimode implementation

This commit is contained in:
Piotr Kocia 2025-03-20 17:25:37 +01:00
parent be19ca2b20
commit e2c4ea3535
17 changed files with 1579 additions and 318 deletions

View file

@ -24,7 +24,7 @@
#include "grid.h"
#include "misc.h"
#include "render.h"
#include "search.h"
#include "vimode.h"
#include "uri.h"
#include "util.h"
#include "vt.h"
@ -1615,8 +1615,6 @@ selection_cancel(struct terminal *term)
term->selection.pivot.end = (struct coord){-1, -1};
term->selection.direction = SELECTION_UNDIR;
term->selection.ongoing = false;
search_selection_cancelled(term);
}
bool