Searched refs:DWL_ON (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/serialconnect/libvterm/src/ |
H A 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() 609 set_lineinfo(state, state->pos.row, NO_FORCE, DWL_ON, DHL_TOP); in on_escape() 615 set_lineinfo(state, state->pos.row, NO_FORCE, DWL_ON, DHL_BOTTOM); in on_escape() 627 set_lineinfo(state, state->pos.row, NO_FORCE, DWL_ON, DHL_OFF); in on_escape()
|