| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 64screen_pen.test | 8 ?screen_cell 0,0 = {0x41} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 12 ?screen_cell 0,1 = {0x42} width=1 attrs={B} fg=rgb(240,240,240) bg=rgb(0,0,0) 16 ?screen_cell 0,2 = {0x43} width=1 attrs={BI} fg=rgb(240,240,240) bg=rgb(0,0,0) 32 ?screen_cell 0,6 = {0x47} width=1 attrs={} fg=idx(1) bg=rgb(0,0,0) 36 ?screen_cell 0,7 = {0x48} width=1 attrs={} fg=rgb(240,240,240) bg=idx(2) 40 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4) 41 ?screen_cell 0,79 = {} width=1 attrs={R} fg=idx(3) bg=idx(4) 45 ?screen_cell 0,0 = {} width=1 attrs={} fg=idx(3) bg=idx(4) 46 ?screen_cell 0,79 = {} width=1 attrs={} fg=idx(3) bg=idx(4) 51 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4) [all …]
|
| H A D | 67screen_dbl_wh.test | 10 ?screen_cell 0,0 = {0x61} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 16 ?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) 30 ?screen_cell 0,0 = {0x61} width=1 attrs={} 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) 38 ?screen_cell 24,0 = {} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
|
| H A D | 61screen_unicode.test | 5 !Single width UTF-8 12 ?screen_cell 0,0 = {0xc1} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 21 ?screen_cell 0,0 = {0xff10} width=2 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 30 ?screen_cell 0,0 = {0x65,0x301} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 35 …?screen_cell 0,0 = {0x65,0x301,0x302,0x303,0x304,0x305} width=1 attrs={} fg=rgb(240,240,240) bg=rg… 41 …?screen_cell 0,0 = {0x65,0x301,0x301,0x301,0x301,0x301} width=1 attrs={} fg=rgb(240,240,240) bg=rg… 46 ?screen_cell 0,79 = {} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 47 ?screen_cell 1,0 = {0xff10} width=2 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
|
| H A D | 60screen_ascii.test | 12 ?screen_cell 0,0 = {0x41} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 13 ?screen_cell 0,1 = {0x42} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) 14 ?screen_cell 0,2 = {0x43} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | objc.vim | 29 let width = 0 33 let width = width + 1 35 let width = width + &ts - (width % &ts) 39 return width 44 let width = 0 52 let width = width + 1 54 let width = width + &ts - (width % &ts) 58 return width
|
| H A D | config.vim | 30 let width = 0 34 let width = width + 1 36 let width = width + &ts - (width % &ts) 40 return width
|
| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.c | 620 Cardinal width; in draw_pixmap() local 653 width = eb->core.width - 2 * x; in draw_pixmap() 654 if (w < width) in draw_pixmap() 655 width = w; in draw_pixmap() 661 width, height, x, y); in draw_pixmap() 878 eb->core.width - in Leave() 983 newtb->core.width, in set_size() 1034 if (request->core.width == 0) in Initialize() 1035 eb->core.width = 0; in Initialize() 1234 box.width = eb->core.width - adjust; in Redisplay() [all …]
|
| H A D | gui_gtk_f.c | 129 child->widget->requisition.width = 0; in gui_gtk_form_put() 298 attributes.width = allocation.width; in form_realize() 442 requisition->width = 1; in form_size_request() 456 *minimal_width = requisition.width; in form_get_preferred_width() 488 && cur_alloc.width == allocation->width in form_size_allocate() 492 need_reposition = cur_alloc.width != allocation->width in form_size_allocate() 691 attributes.width = requisition.width; in form_attach_child_window() 789 requisition.width, in form_position_child() 802 allocation.width = requisition.width; in form_position_child() 836 widget->requisition.width = w; in gui_gtk_form_move_resize() [all …]
|
| H A D | gui_gtk_x11.c | 4060 int *width, in gui_gtk_get_screen_geom_of_win() argument 4094 *width = geometry.width; in gui_gtk_get_screen_geom_of_win() 4422 int width; 4897 geom->width = width; in ascii_glyph_table_init() 5243 width = glyphs->glyphs[i].geometry.width; in count_cluster_cells() 5249 else if (glyphs->glyphs[next].geometry.width > width) in count_cluster_cells() 5250 width = glyphs->glyphs[next].geometry.width; in count_cluster_cells() 5329 glyph->geometry.x_offset = -width + MAX(0, width - ink_rect.width) / 2; in setup_zero_width_cluster() 5846 glyph->geometry.width = width; in gui_gtk2_draw_string_ext() 6919 int width; in gui_mch_drawsign() local [all …]
|
| H A D | move.c | 864 int width; in validate_cursor_col() local 877 && width > 0) in validate_cursor_col() 879 col -= ((col - curwin->w_width) / width + 1) * width; in validate_cursor_col() 952 int width = 0; in curs_columns() local 1021 curwin->w_wcol -= n * width; in curs_columns() 1116 && width > 0 in curs_columns() 1157 + width - 1) / width; in curs_columns() 1170 endcol -= width; in curs_columns() 1241 int width; in textpos2screenpos() local 1255 && width > 0) in textpos2screenpos() [all …]
|
| H A D | gui_at_sb.c | 266 lw = sbw->core.width - 2 * sw; in FillArea() 484 unsigned int width, height, bw; in CreateGC() local 487 &width, &height, &bw, &depth) == 0) in CreateGC() 515 sbw->scrollbar.length = sbw->core.width; in SetDimensions() 533 if (sbw->core.width == 0) in Initialize() 615 unsigned int width, height; in Redisplay() local 623 width = sbw->scrollbar.shownLength; in Redisplay() 630 width = sbw->core.width - 2; in Redisplay() 997 float height, width; in FractionLoc() local 1003 width = (float)sbw->core.width - 2 * margin; in FractionLoc() [all …]
|
| H A D | window.c | 2041 new_size = width; in win_equal_rec() 3342 int width, in frame_new_width() argument 5754 if (width < p_wmw) in win_setwidth_win() 5755 width = p_wmw; in win_setwidth_win() 5756 if (width == 0) in win_setwidth_win() 5757 width = 1; in win_setwidth_win() 5760 width = 0; in win_setwidth_win() 5800 if (width < w) in frame_setwidth() 5801 width = w; in frame_setwidth() 5833 if (width > room) in frame_setwidth() [all …]
|
| H A D | gui_x11.c | 698 if (event->xconfigure.width != lastWidth in gui_x11_resize_window_cb() 701 lastWidth = event->xconfigure.width; in gui_x11_resize_window_cb() 1697 int width, in gui_mch_set_shellsize() argument 1717 XtNwidth, width, in gui_mch_set_shellsize() 1817 gui.char_width = font->max_bounds.width; in gui_mch_init_font() 1912 if (font->max_bounds.width != font->min_bounds.width) in gui_mch_get_font() 2105 if (xfs[i]->max_bounds.width != xfs[i]->min_bounds.width) in check_fontset_sanity() 2116 if (xfs[i]->max_bounds.width<min_width) in check_fontset_sanity() 2118 min_width = xfs[i]->max_bounds.width; in check_fontset_sanity() 2393 clip.width = gui.char_width * cells + 1; in gui_mch_draw_string() [all …]
|
| H A D | gui_xim.c | 166 area.width = gui.char_width * (mb_lefthalve(row, col) ? 2 : 1); in im_set_position() 206 int x, y, width, height; in im_preedit_window_set_position() local 218 if (x + width > screen_x + screen_width) in im_preedit_window_set_position() 219 x = screen_x + screen_width - width; in im_preedit_window_set_position() 1270 spot_area.width = gui.char_width * Columns; in xim_set_preedit() 1639 status_area.width = needed_rect->width; in xim_set_status_area() 1642 status_area.width = gui.char_width * Columns; in xim_set_status_area() 1665 status_area.width = 0; in xim_set_status_area() 1671 pre_area.x = status_area.x + status_area.width; in xim_set_status_area() 1673 pre_area.width = gui.char_width * Columns - pre_area.x; in xim_set_status_area() [all …]
|
| H A D | version.c | 8144 int width = 0; in list_in_columns() local 8155 if (l > width) in list_in_columns() 8156 width = l; in list_in_columns() 8159 width += 1; in list_in_columns() 8161 if (Columns < width) in list_in_columns() 8175 ncol = (int) (Columns + 1) / width; in list_in_columns() 8205 while (msg_col % width) in list_in_columns()
|
| H A D | terminal.c | 57 char width; member 1699 attr->width = cell->width; in cell2cellattr() 1832 int width; in update_snapshot() local 1841 width = 1; in update_snapshot() 1849 width = cell.width; in update_snapshot() 4903 if (cell.width != prev_cell.width || !same_attr) in f_term_dumpwrite() 5362 int width; in term_load_dump() local 6099 int width; in f_term_scrape() local 6116 width = cellattr->width; in f_term_scrape() 6138 width = cell.width; in f_term_scrape() [all …]
|
| H A D | misc1.c | 395 int width; in plines_win_nofold() local 412 width = wp->w_width - win_col_off(wp); in plines_win_nofold() 413 if (width <= 0) in plines_win_nofold() 415 if (col <= width) in plines_win_nofold() 417 col -= width; in plines_win_nofold() 418 width += win_col_off2(wp); in plines_win_nofold() 419 return (col + (width - 1)) / width + 1; in plines_win_nofold() 432 int width; in plines_win_col() local 471 if (width <= 0) in plines_win_col() 475 if (col > width) in plines_win_col() [all …]
|
| H A D | hardcopy.c | 455 int width = psettings->chars_per_line; in prt_header() local 463 width += PRINT_NUMBER_WIDTH; in prt_header() 465 tbuf = alloc(width + IOSIZE); in prt_header() 494 ' ', width, NULL, NULL); in prt_header() 2091 double width, in prt_dsc_docmedia() argument 2100 prt_write_real(width, 2); in prt_dsc_docmedia() 2188 double width, in prt_page_margins() argument 2196 *right = width - to_device_units(OPT_PRINT_RIGHT, width, 5); in prt_page_margins() 2535 prt_page_width = prt_mediasize[i].width; in mch_print_init() 2541 prt_page_height = prt_mediasize[i].width; in mch_print_init() [all …]
|
| H A D | popupwin.c | 278 if (width < 1) in popup_drag() 279 width = 1; in popup_drag() 280 wp->w_minwidth = width; in popup_drag() 281 wp->w_maxwidth = width; in popup_drag() 3433 cols = width + cols + 1; in popup_update_mask() 3440 if (cole > width) in popup_update_mask() 3441 cole = width; in popup_update_mask() 3496 cols = width + cols + 1; in update_popup_transparent() 3500 cole = width + cole + 1; in update_popup_transparent() 3640 int width; in may_update_popup_mask() local [all …]
|
| H A D | gui_athena.c | 381 int width, height; in gui_athena_create_pullright_pixmap() local 391 width = height - 2; in gui_athena_create_pullright_pixmap() 392 puller_width = width + 4; in gui_athena_create_pullright_pixmap() 407 points[1].x = width - 1; in gui_athena_create_pullright_pixmap() 542 attrs.width, attrs.height, in createXpmImages() 545 attrs.width, attrs.height); in createXpmImages() 547 attrs.width, attrs.height, 0, 0); in createXpmImages() 1628 Dimension width; in gui_athena_popup_callback() local 1642 XtNwidth, &width, in gui_athena_popup_callback() 1704 Dimension width, height; in gui_athena_delayed_arm_action() local [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | view_util.vim | 20 " ScreenLines(lnum, width) or 21 " ScreenLines([start, end], width) 22 function! ScreenLines(lnum, width) abort argument 33 let lines += [join(map(range(1, a:width), 'screenstring(l, v:val)'), '')] 38 function! ScreenAttrs(lnum, width) abort argument 49 let attrs += [map(range(1, a:width), 'screenattr(l, v:val)')] 54 function! NewWindow(height, width) abort argument 56 exe a:width . 'vsp'
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | unicode.c | 458 int w, width = 0; 464 width += w; 466 return width; 551 int w, width = 0; 557 width += w; 559 return width;
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …width border-block-start border-block-start-color border-block-start-style border-block-start-widt… 185 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-width' 191 elseif prop == 'border-width' 225 elseif prop == 'column-rule-width' 240 elseif prop == 'column-width' 312 elseif prop =~ '^\%(height\|width\)$' 354 elseif prop == '\%(max\|min\)-\%(height\|width\)' 372 elseif prop == 'outline-width' 495 let values = ["capitalize", "uppercase", "lowercase", "full-width", "none"] 621 …let values = ["max-width", "min-width", "width", "max-height", "min-height", "height", "max-aspect…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 672 */zero-width* 687 current position. |/zero-width| 717 follows. |/zero-width| 761 before what follows. |/zero-width| 816 |/zero-width| 840 |/zero-width| 845 |/zero-width| 850 |/zero-width| 863 |/zero-width| 1349 0-width match atom\@= (?=atom) [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | bzl.vim | 84 " Compute the available width for the displayed text. 85 let l:width = winwidth(0) - &foldcolumn - (&number ? &numberwidth : 0) 90 let l:text = strpart(l:text, 0, l:width - len(l:lines_folded)) 91 let l:padding = repeat(' ', l:width - len(l:lines_folded) - len(l:text))
|