Lines Matching refs:end_col
130 if(screen->damaged.end_col < rect.end_col)
131 screen->damaged.end_col = rect.end_col;
166 .end_col = screen->cols,
195 .end_col = pos.col+info->width,
213 dest.end_col == screen->cols && // full width
224 int cols = src.end_col - src.start_col;
272 for(int col = rect.start_col; col < rect.end_col; col++) {
356 rect.end_col >= screen->damaged.end_col &&
503 .end_col = old_cols,
531 .end_col = new_cols,
547 .end_col = screen->cols,
569 .end_col = new_cols,
596 .end_col = newinfo->doublewidth ? screen->cols / 2 : screen->cols,
602 rect.end_col = screen->cols;
696 for(int col = rect.start_col; col < rect.end_col; col++) {
899 if(extent->end_col < 0)
900 extent->end_col = screen->cols;
909 for(col = pos.col + 1; col < extent->end_col; col++)
912 extent->end_col = col - 1;