Lines Matching defs:leftcol
1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1555 int leftcol,
1577 screen->topline, toprow, leftcol,
1591 if (screen->cursorp.col >= leftcol
1592 && screen->cursorp.col <= (leftcol + ncols - 1)
1608 int col = leftcol;
1609 int maxcol = leftcol + ncols - 1;
1660 if (leftcol > 0 &&
1661 chars[leftcol] == HIDDEN_CHAR &&
1662 isWide((int) chars[leftcol - 1])) {
1663 leftcol--;
1665 col = leftcol;
1936 refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows);
1973 int leftcol,
1985 ScrnRefresh(xw, toprow, leftcol, nrows, ncols, force);