mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
term: add a 'cursor' (position) to the search state
This commit is contained in:
parent
bffa1f05ac
commit
27da0d7f28
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ struct terminal {
|
||||||
wchar_t *buf;
|
wchar_t *buf;
|
||||||
size_t len;
|
size_t len;
|
||||||
size_t sz;
|
size_t sz;
|
||||||
|
size_t cursor;
|
||||||
|
|
||||||
int original_view;
|
int original_view;
|
||||||
bool view_followed_offset;
|
bool view_followed_offset;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue