Lines Matching refs:SCROLLREGION_BOTTOM
126 if(state->pos.row == SCROLLREGION_BOTTOM(state) - 1) { in linefeed()
129 .end_row = SCROLLREGION_BOTTOM(state), in linefeed()
174 state->pos.row >= SCROLLREGION_BOTTOM(state)) in is_cursor_in_scrollregion()
466 .end_row = SCROLLREGION_BOTTOM(state), in on_control()
1087 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()
1102 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()
1132 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()
1144 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()
1382 if(SCROLLREGION_BOTTOM(state) <= state->scrollregion_top) { in on_csi()
1418 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()
1433 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()
1451 UBOUND(state->pos.row, SCROLLREGION_BOTTOM(state)-1); in on_csi()
1472 if(SCROLLREGION_BOTTOM(state) <= state->scrollregion_top) { in on_csi()
1474 command, SCROLLREGION_BOTTOM(state), state->scrollregion_top); in on_csi()
1535 …_output_sprintf_dcs(state->vt, "1$r%d;%dr", state->scrollregion_top+1, SCROLLREGION_BOTTOM(state)); in request_status_string()