mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Add a TODO for the future
This commit is contained in:
parent
ab7885e934
commit
d15c875214
@ -1350,6 +1350,7 @@ fn copy_selection_on_line(cx: &mut Context, direction: Direction) {
|
||||
range.head
|
||||
};
|
||||
|
||||
// TODO: this should use visual offsets / pos_at_screen_coords
|
||||
let head_pos = coords_at_pos(text, head);
|
||||
let anchor_pos = coords_at_pos(text, range.anchor);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user