Searched refs:SCROLLREGION_LEFT (Results 1 – 2 of 2) sorted by relevance
130 .start_col = SCROLLREGION_LEFT(state), in linefeed()176 if(state->pos.col < SCROLLREGION_LEFT(state) || in is_cursor_in_scrollregion()467 .start_col = SCROLLREGION_LEFT(state), in on_control()728 state->pos.col = state->mode.origin ? SCROLLREGION_LEFT(state) : 0; in set_dec_mode()1004 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()1088 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1103 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1133 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1145 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1232 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()[all …]
71 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) macro