pub fn jump_previous(
previous_position: &mut Option<(usize, usize)>,
current_file_index: usize,
current_top: usize,
) -> Option<MarkTarget>Expand description
Swap current position with the previous-position slot. Returns the previous
position as a MarkTarget, or None if no previous position has been recorded.