Home
last modified time | relevance | path

Searched refs:SCROLLREGION_LEFT (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c115 .start_col = SCROLLREGION_LEFT(state), in linefeed()
410 .start_col = SCROLLREGION_LEFT(state), in on_control()
749 state->pos.col = state->mode.origin ? SCROLLREGION_LEFT(state) : 0; in set_dec_mode()
1022 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1103 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1115 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1142 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1154 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1223 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1420 LBOUND(state->pos.col, SCROLLREGION_LEFT(state)); in on_csi()
[all …]
H A Dvterm_internal.h60 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) macro