Searched refs:SCROLLREGION_RIGHT (Results 1 – 2 of 2) sorted by relevance
131 .end_col = SCROLLREGION_RIGHT(state), in linefeed()177 state->pos.col >= SCROLLREGION_RIGHT(state)) in is_cursor_in_scrollregion()468 .end_col = SCROLLREGION_RIGHT(state), in on_control()944 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1089 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1104 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1120 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1134 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1146 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1420 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()[all …]
73 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -… macro