mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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;
|
||||
size_t len;
|
||||
size_t sz;
|
||||
size_t cursor;
|
||||
|
||||
int original_view;
|
||||
bool view_followed_offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue