Searched refs:row_used (Results 1 – 1 of 1) sorted by relevance
234 int16_t row_used; member300 ctx->screen[0].row_used = 0; in flush_decoder()301 ctx->screen[1].row_used = 0; in flush_decoder()428 UNSET_FLAG(screen->row_used, i); in roll_up()431 for (i = 0; i < keep_lines && screen->row_used; i++) { in roll_up()439 if (CHECK_FLAG(screen->row_used, i_row + 1)) in roll_up()440 SET_FLAG(screen->row_used, i_row); in roll_up()443 UNSET_FLAG(screen->row_used, ctx->cursor_row); in roll_up()457 for (i = 0; screen->row_used && i < SCREEN_ROWS; i++) in capture_screen()459 if (CHECK_FLAG(screen->row_used, i)) { in capture_screen()[all …]