Searched refs:DWL_ON (Results 1 – 1 of 1) sorted by relevance
/external/libvterm/src/ |
D | state.c | 208 #define DWL_ON 1 macro 220 else if(dwl == DWL_ON) in set_lineinfo() 221 info.doublewidth = DWL_ON; in set_lineinfo() 588 set_lineinfo(state, state->pos.row, NO_FORCE, DWL_ON, DHL_TOP); in on_escape() 594 set_lineinfo(state, state->pos.row, NO_FORCE, DWL_ON, DHL_BOTTOM); in on_escape() 606 set_lineinfo(state, state->pos.row, NO_FORCE, DWL_ON, DHL_OFF); in on_escape()
|