start_column      820 src/editor/editdraw.c edit_draw_this_char (WEdit *edit, off_t curs, long row, long start_column, long end_column)
start_column      825 src/editor/editdraw.c     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      832 src/editor/editdraw.c render_edit_text (WEdit *edit, long start_row, long start_column, long end_row, long end_column)
start_column      884 src/editor/editdraw.c             end_column = start_column + wh->rect.cols - 1;
start_column      903 src/editor/editdraw.c                 edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      921 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      932 src/editor/editdraw.c                 edit_draw_this_line (edit, b, curs_row, start_column, end_column);
start_column      942 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      956 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      969 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      977 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);
start_column      978 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      982 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      983 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);