Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h275 unsigned int dhl:2; /* DECDHL double-height line (1=top 2=bottom) */ member
474 unsigned int dhl : 2; /* On a DECDHL line (1=top 2=bottom) */ member
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c252 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl) in set_lineinfo()
H A Dscreen.c31 unsigned int dhl : 2; /* on a DECDHL line (1=top 2=bottom) */ member