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