Home | History | Annotate | Download | only in src

Lines Matching refs:vterm_push_output_sprintf_dcs

1474         vterm_push_output_sprintf_dcs(state->vt, "1$r%d;%dr", state->scrollregion_top+1, SCROLLREGION_BOTTOM(state));
1477 vterm_push_output_sprintf_dcs(state->vt, "1$r%d;%ds", SCROLLREGION_LEFT(state)+1, SCROLLREGION_RIGHT(state));
1491 vterm_push_output_sprintf_dcs(state->vt, "1$r%d q", reply);
1495 vterm_push_output_sprintf_dcs(state->vt, "1$r%d\"q", state->protected_cell ? 1 : 2);
1500 vterm_push_output_sprintf_dcs(state->vt, "0$r%.s", (int)cmdlen, command);