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