Home
last modified time | relevance | path

Searched refs:protected_cell (Results 1 – 4 of 4) sorted by relevance

/external/libvterm/src/
Dscreen.c27 unsigned int protected_cell : 1; member
198 cell->pen.protected_cell = info->protected_cell; in putglyph()
275 if(selective && cell->pen.protected_cell) in erase_internal()
Dstate.c19 .protected_cell = state->protected_cell, in putglyph()
1362 state->protected_cell = 0; in on_csi()
1365 state->protected_cell = 1; in on_csi()
1556 vterm_push_output_sprintf_dcs(state->vt, "1$r%d\"q", state->protected_cell ? 1 : 2); in request_status_string()
1740 state->protected_cell = 0; in vterm_state_reset()
Dvterm_internal.h126 unsigned int protected_cell : 1; member
/external/libvterm/include/
Dvterm.h264 unsigned int protected_cell:1; /* DECSCA-protected against DECSEL/DECSED */ member