start_column      811 src/editor/editdraw.c edit_draw_this_char (WEdit *edit, off_t curs, long row, long start_column, long end_column)
start_column      816 src/editor/editdraw.c     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      823 src/editor/editdraw.c render_edit_text (WEdit *edit, long start_row, long start_column, long end_row, long end_column)
start_column      875 src/editor/editdraw.c             end_column = start_column + wh->rect.cols - 1;
start_column      894 src/editor/editdraw.c                 edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      912 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      923 src/editor/editdraw.c                 edit_draw_this_line (edit, b, curs_row, start_column, end_column);
start_column      933 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      947 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      960 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      968 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);
start_column      969 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      973 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      974 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);