Searched refs:SCROLLREGION_RIGHT (Results 1 – 2 of 2) sorted by relevance
170 rect.end_col = SCROLLREGION_RIGHT(state); in linefeed()215 state->pos.col >= SCROLLREGION_RIGHT(state)) in is_cursor_in_scrollregion()536 rect.end_col = SCROLLREGION_RIGHT(state); in on_control()1015 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1180 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1195 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1211 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1225 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1237 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1545 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()[all …]
85 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -… macro