Searched refs:SCROLLREGION_BOTTOM (Results 1 – 2 of 2) sorted by relevance
165 if(state->pos.row == SCROLLREGION_BOTTOM(state) - 1) { in linefeed()168 rect.end_row = SCROLLREGION_BOTTOM(state); in linefeed()212 state->pos.row >= SCROLLREGION_BOTTOM(state)) in is_cursor_in_scrollregion()534 rect.end_row = SCROLLREGION_BOTTOM(state); in on_control()1178 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1193 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1223 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1235 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1543 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()1558 rect.end_row = SCROLLREGION_BOTTOM(state); in on_csi()[all …]
81 #define SCROLLREGION_BOTTOM(state) ((state)->scrollregion_bottom > -1 ? (state)->scrollregion_botto… macro