start_column      805 src/editor/editdraw.c edit_draw_this_char (WEdit *edit, off_t curs, long row, long start_column, long end_column)
start_column      810 src/editor/editdraw.c     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      817 src/editor/editdraw.c render_edit_text (WEdit *edit, long start_row, long start_column, long end_row, long end_column)
start_column      869 src/editor/editdraw.c             end_column = start_column + wh->rect.cols - 1;
start_column      888 src/editor/editdraw.c                 edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      906 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      917 src/editor/editdraw.c                 edit_draw_this_line (edit, b, curs_row, start_column, end_column);
start_column      927 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      941 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      954 src/editor/editdraw.c                     edit_draw_this_line (edit, b, row, start_column, end_column);
start_column      962 src/editor/editdraw.c         edit_draw_this_char (edit, prev_curs, prev_curs_row, start_column, end_column);
start_column      963 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_row, start_column, end_column);
start_column      967 src/editor/editdraw.c         edit_draw_this_char (edit, edit->buffer.curs1, edit->curs_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);