Searched refs:SCROLLREGION_BOTTOM (Results 1 – 2 of 2) sorted by relevance
111 if(state->pos.row == SCROLLREGION_BOTTOM(state) - 1) { in linefeed()114 .end_row = SCROLLREGION_BOTTOM(state), in linefeed()407 .end_row = SCROLLREGION_BOTTOM(state), in on_control()1097 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1109 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1136 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1148 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1388 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1400 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1474 …_output_sprintf_dcs(state->vt, "1$r%d;%dr", state->scrollregion_top+1, SCROLLREGION_BOTTOM(state)); in request_status_string()
58 #define SCROLLREGION_BOTTOM(state) ((state)->scrollregion_bottom > -1 ? (state)->scrollregion_botto… macro