pub fn cursor_caret(
ed: &Editor,
offset: usize,
block: bool,
affinity: CursorAffinity,
) -> LineRegionExpand description
Get the render information for a caret cursor at the given offset.
pub fn cursor_caret(
ed: &Editor,
offset: usize,
block: bool,
affinity: CursorAffinity,
) -> LineRegionGet the render information for a caret cursor at the given offset.