Lines Matching refs:row
68 CursorSet(TScreen *screen, int row, int col, unsigned flags)
70 int use_row = row;
92 row, col,
131 int row = screen->cur_row;
160 if (row == top)
161 row = bottom + 1;
167 if (row <= top) {
169 row = top;
174 if (--row <= 0) {
175 row = (top == 0) ? bottom : screen->max_row;
179 ld = getLineData(screen, ROW2INX(screen, row));
182 if (row != screen->cur_row) {
184 ++row; /* reverse-wrap failed */
196 set_cur_row(screen, row);
367 TRACE(("AdjustSavedCursor %d -> %d\n", sc->row, sc->row - adjust));
368 sc->row += adjust;
382 sc->row = screen->cur_row;
465 sc->row - screen->top_marg,
471 CursorSet(screen, sc->row, sc->col, xw->flags);
527 * Return col/row values which can be passed to CursorSet() preserving the
528 * current col/row, e.g., accounting for DECOM.