Files
test/source/blender
Campbell Barton 26362f283f Cleanup: pass an immutable position to BLI_str_cursor_step_bounds_*
Having some arguments be input/output and others output only was
confusing, a function that detects a range from a position
can simply calculate the range - modifying the input position isn't
needed.

Instead, note that word select puts the cursor at the end by convention.

Also use `r_` prefix for output only arguments.
2023-05-15 10:52:27 +10:00
..
2023-05-13 19:45:29 +02:00
2023-05-12 11:00:26 +12:00
2023-05-13 11:03:59 +12:00
2023-05-13 19:45:29 +02:00