Lines Matching refs:col
97 inline void getCell(dimen_t col, VTermScreenCell* cell) {
98 *cell = mCells[col];
192 pos.col, oldpos.row, oldpos.col, visible);
475 for (dimen_t col = n; col < cols; col++) {
476 cells[col].chars[0] = 0;
477 cells[col].width = 1;
500 if ((size_t) pos.col < line->cols) {
502 line->getCell(pos.col, cell);
595 col, jobject run) {
609 .col = col,
614 while ((size_t) pos.col < term->getCols()) {
644 pos.col += cell.width;