Function render_code_panel

Source
pub fn render_code_panel(
    annotated_lines: Lines<BufReader<File>>,
    lines: Lines<BufReader<File>>,
    max_x_space: &mut i64,
    event_line_map: &BTreeMap<usize, Vec<ExternalEvent>>,
) -> (String, i32)