Lines Matching defs:cursor_row
245 uint8_t cursor_row;
274 ctx->cursor_row = 10;
308 ctx->cursor_row = 10;
330 char *row = screen->characters[ctx->cursor_row];
331 char *font = screen->fonts[ctx->cursor_row];
332 char *color = screen->colors[ctx->cursor_row];
333 char *bg = screen->bgs[ctx->cursor_row];
334 char *charset = screen->charsets[ctx->cursor_row];
422 /* +1 signify cursor_row starts from 0
425 keep_lines = FFMIN(ctx->cursor_row + 1, ctx->rollup);
428 if (i > ctx->cursor_row - keep_lines && i <= ctx->cursor_row)
434 const int i_row = ctx->cursor_row - keep_lines + i + 1;
445 UNSET_FLAG(screen->row_used, ctx->cursor_row);
628 SET_FLAG(screen->row_used, ctx->cursor_row);
648 ctx->cursor_row = row_map[index] - 1;
711 SET_FLAG(screen->row_used, ctx->cursor_row);