Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 36) sorted by relevance

12

/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c73 cell->chars[0] = 0; in clearcell()
74 cell->pen = screen->pen; in clearcell()
178 if(!cell) in putglyph()
186 cell->chars[i] = 0; in putglyph()
288 if (cell == NULL) in erase_internal()
297 cell->chars[0] = 0; in erase_internal()
654 if (cell == NULL) in setlineinfo()
787 if (cell == NULL) in _get_chars()
873 cell->width = 1; in vterm_screen_get_cell()
877 cell->width = 2; in vterm_screen_get_cell()
[all …]
H A Dstate.c470 VTermScreenCell cell; in on_control() local
487 vterm_screen_get_cell(state->vt->screen, leadpos, &cell); in on_control()
488 if(vterm_unicode_width(cell.chars[0]) == 2) in on_control()
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c435 VTermScreenCell cell; in screen_damage() local
440 if(cell.chars[0]) in screen_damage()
454 VTermScreenCell cell; in screen_damage() local
956 VTermScreenCell cell; in main() local
970 if(cell.attrs.bold) printf("B"); in main()
971 if(cell.attrs.underline) printf("U%d", cell.attrs.underline); in main()
972 if(cell.attrs.italic) printf("I"); in main()
975 if(cell.attrs.font) printf("F%d", cell.attrs.font); in main()
978 if(cell.attrs.dhl) printf("dhl-%s ", cell.attrs.dhl == 2 ? "bottom" : "top"); in main()
981 print_color(&cell.fg); in main()
[all …]
/vim-8.2.3635/src/
H A Dterminal.c1849 width = cell.width; in update_snapshot()
2849 cell->attrs.bold = 1; in hl2vtermAttr()
3560 VTermScreenCell cell; in term_line2screenline() local
3566 c = cell.chars[0]; in term_line2screenline()
3620 ScreenAttrs[off] = cell2attr(term, wp, &cell.attrs, &cell.fg, in term_line2screenline()
3625 if (cell.width == 2) in term_line2screenline()
4848 clear_cell(&cell); in f_term_dumpwrite()
4934 prev_cell = cell; in f_term_dumpwrite()
5147 cell.bg.red = red; in read_dump_file()
6140 fg = cell.fg; in f_term_scrape()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dos_amiga.txt53 30 grey char 40 grey cell >0 grey background 0 all attributes off
54 31 black char 41 black cell >1 black background 1 boldface
55 32 white char 42 white cell >2 white background 2 faint
56 33 blue char 43 blue cell >3 blue background 3 italic
57 34 grey char 44 grey cell >4 grey background 4 underscore
58 35 black char 45 black cell >5 black background 7 reverse video
59 36 white char 46 white cell >6 white background 8 invisible
60 37 blue char 47 blue cell >7 blue background
62 The codes with '>' must be the last. The cell and background color should be
H A Dterminal.txt603 "row" and "col" are one based, the first screen cell is row
727 Return a List containing a Dict for each screen cell:
728 "chars" character(s) at the cell
731 "attr" attributes of the cell, use |term_getattr()|
733 "width" cell width: 1 or 2
734 For a double-width cell there is one item, thus the list can
H A Dmbyte.txt254 characters occupy one screen cell only.
687 Note that in East Asian fonts, the standard character cell is square. When
H A Dif_pyth.txt207 is counted as one cell.
H A Dterm.txt354 t_xn if non-empty, writing a character at the last screen cell
H A Dversion6.txt1744 cell height.
2683 wide (number of bytes instead of cell width).
8671 Solution: Draw the cursor in the next character cell. Display the " or ?
8679 the cursor to be displayed one cell to the left.
8680 Solution: Draw the cursor in the next character cell. (Yasuhiro Matsumoto)
9971 Solution: Check the cell width for characters above 127. (Yasuhiro
10452 Solution: Use the right pointer to get the cell size. (Taro Muraoka)
14211 Solution: Erase the character cell before drawing the text when needed.
H A Dusr_41.txt626 setcellwidths() set character cell width overrides
/vim-8.2.3635/runtime/syntax/
H A Dreva.vim53 syn keyword revaadrarith chars char+ cells cell+ cell cell- 2cell+ 2cell- 3cell+ 4cell+
H A Dmatlab.vim11 " - now highlights cell-mode separator comments
H A Dverilog.vim19 syn keyword verilogStatement bufif0 bufif1 cell cmos
H A Dflexwiki.vim89 " Tables. Each line starts and ends with '||'; each cell is separated by '||'
H A Dwml.vim56 syn keyword htmlTagName contained grid cell info lang: logo page
H A Dcss.vim306 …d "\<table\(-\(row-group\|\(header\|footer\)-group\|row\|column\(-group\)\=\|cell\|caption\)\)\=\>"
366 syn keyword cssUIAttr contained progress wait text cell move
H A Dlisp.vim195 syn keyword lispFunc cell-error let* simple-base-string
196 syn keyword lispFunc cell-error-name lisp simple-bit-vector
H A Dskill.vim504 " parameterized cell functions
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac43 " where the cursor is rather than an adjacent cell.
169 " 2Gl - move to the top left cell of the maze
/vim-8.2.3635/src/testdir/
H A Dtest_utf8.vim124 " 1-cell, with composing characters
H A Dtest_terminal3.vim884 " The calculation in the console assumes a 10 x 7 character cell.
885 " In the GUI it can be more, let's assume a 20 x 14 cell.
H A Dtest_popupwin.vim1905 " Anything placed past the last cell on the right of the screen is moved to
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h566 int vterm_screen_get_cell(const VTermScreen *screen, VTermPos pos, VTermScreenCell *cell);
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim253 …-footer-group", "table-row", "table-column-group", "table-column", "table-cell", "table-caption", …

12