Home
last modified time | relevance | path

Searched refs:dwl (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/libvterm/t/
H A D28state_dbl_wh.test18 putglyph 0x48 1 0,0 dwl
19 putglyph 0x65 1 0,1 dwl
20 putglyph 0x6c 1 0,2 dwl
21 putglyph 0x6c 1 0,3 dwl
22 putglyph 0x6f 1 0,4 dwl
25 putglyph 0x41 1 0,39 dwl
51 putglyph 0x41 1 19,0 dwl
52 putglyph 0x42 1 19,1 dwl
53 putglyph 0x43 1 19,2 dwl
56 putglyph 0x44 1 18,3 dwl
[all …]
H A D67screen_dbl_wh.test16 ?screen_cell 0,0 = {0x61} width=1 attrs={} dwl fg=rgb(240,240,240) bg=rgb(0,0,0)
24 ?screen_cell 0,0 = {0x61} width=1 attrs={} dwl dhl-top fg=rgb(240,240,240) bg=rgb(0,0,0)
25 ?screen_cell 1,0 = {0x61} width=1 attrs={} dwl dhl-bottom fg=rgb(240,240,240) bg=rgb(0,0,0)
32 ?screen_cell 0,0 = {0x61} width=1 attrs={} dwl fg=rgb(240,240,240) bg=rgb(0,0,0)
37 ?screen_cell 23,0 = {0x46} width=1 attrs={} dwl fg=rgb(240,240,240) bg=rgb(0,0,0)
H A Dharness.c323 if(info->dwl) in state_putglyph()
977 if(cell.attrs.dwl) printf("dwl "); in main()
/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c30 unsigned int dwl : 1; /* on a DECDWL or DECDHL line */ member
202 cell->pen.dwl = info->dwl; in putglyph()
299 cell->pen.dwl = info->doublewidth; in erase_internal()
660 cell->pen.dwl = newinfo->doublewidth; in setlineinfo()
853 cell->attrs.dwl = intcell->pen.dwl; in vterm_screen_get_cell()
H A Dstate.c23 info.dwl = state->lineinfo[pos.row].doublewidth; in putglyph()
252 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl) in set_lineinfo() argument
256 if(dwl == DWL_OFF) in set_lineinfo()
258 else if(dwl == DWL_ON) in set_lineinfo()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h274 unsigned int dwl:1; /* DECDWL or DECDHL double-width line */ member
473 unsigned int dwl : 1; /* On a DECDWL or DECDHL line */ member