mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
rename
This commit is contained in:
parent
66a3e53b31
commit
2033b267d8
7 changed files with 28 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue