This commit is contained in:
Piotr Kocia 2025-03-30 12:53:34 +02:00
parent 66a3e53b31
commit 2033b267d8
7 changed files with 28 additions and 27 deletions

View file

@ -626,12 +626,12 @@ struct terminal {
} auto_scroll;
} selection;
bool is_vimming;
struct {
bool active;
bool searching;
enum vi_mode mode;
// The position of the cursor (offset relative).
struct coord cursor;
bool is_searching;
struct {
struct coord start;