mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
selection: expose find_word_boundary_{left,right}()
This commit is contained in:
parent
e415f85829
commit
eab874eb06
2 changed files with 21 additions and 12 deletions
|
|
@ -74,3 +74,8 @@ void selection_start_scroll_timer(
|
|||
struct terminal *term, int interval_ns,
|
||||
enum selection_scroll_direction direction, int col);
|
||||
void selection_stop_scroll_timer(struct terminal *term);
|
||||
|
||||
void selection_find_word_boundary_left(
|
||||
struct terminal *term, struct coord *pos, bool spaces_only);
|
||||
void selection_find_word_boundary_right(
|
||||
struct terminal *term, struct coord *pos, bool spaces_only);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue