pub fn visual_move_up(visual_lines: &[VisualLine], cursor_pos: usize) -> usizeExpand description
Navigate cursor one visual line up. Returns the new global cursor position.
col is the desired column (preserved across up/down moves).
pub fn visual_move_up(visual_lines: &[VisualLine], cursor_pos: usize) -> usizeNavigate cursor one visual line up. Returns the new global cursor position.
col is the desired column (preserved across up/down moves).