Searched refs:SCROLLREGION_LEFT (Results 1 – 2 of 2) sorted by relevance
169 rect.start_col = SCROLLREGION_LEFT(state); in linefeed()214 if(state->pos.col < SCROLLREGION_LEFT(state) || in is_cursor_in_scrollregion()535 rect.start_col = SCROLLREGION_LEFT(state); in on_control()1095 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()1179 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1194 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1224 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1236 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()1324 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()1490 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()[all …]
83 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) macro