Home
last modified time | relevance | path

Searched defs:dhl (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h103 unsigned int dhl:2; /* DECDHL double-height line (1=top 2=bottom) */ member
227 unsigned int dhl : 2; /* On a DECDHL line (1=top 2=bottom) */ member
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl) in set_lineinfo()
H A Dscreen.c29 unsigned int dhl : 2; /* on a DECDHL line (1=top 2=bottom) */ member