start_column      823 src/editor/editdraw.c edit_draw_this_char (WEdit * edit, off_t curs, long row, long start_column, long end_column)
start_column      828 src/editor/editdraw.c     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      835 src/editor/editdraw.c render_edit_text (WEdit * edit, long start_row, long start_column, long end_row, long end_column)
start_column      887 src/editor/editdraw.c             end_column = start_column + wh->rect.cols - 1;
start_column      906 src/editor/editdraw.c                 edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      924 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      935 src/editor/editdraw.c                 edit_draw_this_line (edit, b, curs_row, start_column, end_column);
start_column      945 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      959 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      972 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      980 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);
start_column      981 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      985 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      986 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);