| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 2312 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, i, in draw_curl() 2461 XDrawLine(gui.dpy, gui.wid, gui.text_gc, FILL_X(col), in gui_mch_draw_string() 2470 XDrawLine(gui.dpy, gui.wid, gui.text_gc, FILL_X(col), in gui_mch_draw_string() 2537 XFillRectangle(gui.dpy, gui.wid, gui.invert_gc, in gui_mch_invert_rectangle() 2572 XDrawRectangle(gui.dpy, gui.wid, gui.text_gc, FILL_X(gui.col), in gui_mch_draw_hollow_cursor() 2585 XFillRectangle(gui.dpy, gui.wid, gui.text_gc, in gui_mch_draw_part_cursor() 2763 XCopyArea(gui.dpy, gui.wid, gui.wid, gui.text_gc, in gui_mch_delete_lines() 2788 XCopyArea(gui.dpy, gui.wid, gui.wid, gui.text_gc, in gui_mch_insert_lines() 3191 XPutImage(gui.dpy, gui.wid, gui.text_gc, sign, 0, 0, in gui_mch_drawsign() 3263 XDefineCursor(gui.dpy, gui.wid, gui.blank_pointer); in gui_mch_mousehide() [all …]
|
| H A D | gui.c | 14 gui_T gui; variable 1155 || gui.row != gui.cursor_row || gui.col != gui.cursor_col) in gui_update_cursor() 1166 if (gui.row != gui.cursor_row || gui.col != gui.cursor_col) in gui_update_cursor() 1169 gui.cursor_row = gui.row; in gui_update_cursor() 1170 gui.cursor_col = gui.col; in gui_update_cursor() 1578 gui.row = gui.num_rows; in gui_resize_shell() 1931 gui_clear_block(gui.row, gui.col, gui.row, in gui_write() 2655 if (gui.cursor_row == gui.row in gui_outstr_nowrap() 2687 gui.cursor_col > 0 ? gui.cursor_col - 1 : gui.cursor_col, in gui_undraw_cursor() 2761 for (gui.row = row1; gui.row <= row2; gui.row++) in gui_redraw_block() [all …]
|
| H A D | gui_gtk_x11.c | 4666 gui.char_height = MAX(gui.char_height, gui.char_ascent + 1); in gui_mch_adjust_charheight() 5347 gui.bgcolor->red, gui.bgcolor->green, gui.bgcolor->blue, in draw_glyph_string() 5368 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue, in draw_glyph_string() 5388 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue, in draw_glyph_string() 5426 gui.spcolor->red, gui.spcolor->green, gui.spcolor->blue, in draw_under() 5453 gui.spcolor->red, gui.spcolor->green, gui.spcolor->blue, in draw_under() 5478 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue, in draw_under() 6134 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue, in gui_mch_draw_hollow_cursor() 6175 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue, in gui_mch_draw_part_cursor() 6182 FILL_X(gui.col), FILL_Y(gui.row) + gui.char_height - h, in gui_mch_draw_part_cursor() [all …]
|
| H A D | gui_haiku.cc | 802 if (gui.vimWindow) in ArgvReceived() 1798 gui.scroll_region_bot, gui.scroll_region_right); in mchDeleteLines() 3192 return !gui.vimWindow || gui.vimWindow->Lock(); in vim_lock_screen() 3333 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init() 3334 gui.back_pixel = gui.def_back_pixel; in gui_mch_init() 3434 gui.vimApp->Lock(); in gui_mch_exit() 3435 gui.vimApp->Quit(); in gui_mch_exit() 3550 - gui.menu_height in gui_mch_get_screen_dimensions() 4258 FILL_X(gui.col); in gui_mch_draw_part_cursor() 4636 gui.menu_height = (int) gui.vimForm->MenuHeight(); in gui_mch_destroy_menu() [all …]
|
| H A D | gui_photon.c | 1135 gui.border_offset = gui.border_width = GUI_PH_MARGIN + 2; in gui_mch_init() 1173 gui.vimContainer = PtCreateWidget(PtPane, gui.vimWindow, n, args); in gui_mch_init() 1239 gui.vimToolBarGroup = PtCreateWidget(PtToolbarGroup, gui.vimWindow, in gui_mch_init() 1305 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_open() 1306 gui.def_back_pixel = gui.back_pixel; in gui_mch_open() 1436 gui.vimWindow, in gui_mch_browse() 1881 if (!gui.in_use) in mch_set_mouse_shape() 2069 { gui.border_width, gui.border_width }, in gui_mch_clear_all() 2070 { Columns * gui.char_width + gui.border_width - 1 , in gui_mch_clear_all() 2071 Rows * gui.char_height + gui.border_width - 1 } in gui_mch_clear_all() [all …]
|
| H A D | gui_xim.c | 180 im_set_position(gui.row, gui.col); 290 gui.norm_pixel & 0xff, in im_preedit_window_open() 293 gui.back_pixel & 0xff); in im_preedit_window_open() 1395 if (gui.rsrc_input_method != NULL && *gui.rsrc_input_method != NUL) in xim_real_init() 1645 status_area.y = gui.char_height * Rows + gui.border_offset; in xim_set_status_area() 1649 if (gui.menu_is_active) in xim_set_status_area() 1658 status_area.y = gui.char_height * Rows + gui.border_offset; in xim_set_status_area() 1662 if (gui.menu_is_active) in xim_set_status_area() 1672 pre_area.y = gui.char_height * Rows + gui.border_offset; in xim_set_status_area() 1677 if (gui.menu_is_active) in xim_set_status_area() [all …]
|
| H A D | gui_athena.c | 153 data = (data - gui.char_height + 1) / gui.char_height; in gui_athena_scroll_cb_scroll() 161 data = (data + gui.char_height - 1) / gui.char_height; in gui_athena_scroll_cb_scroll() 186 data = (data - gui.char_width + 1) / gui.char_width; in gui_athena_scroll_cb_scroll() 192 data = (data + gui.char_width - 1) / gui.char_width; in gui_athena_scroll_cb_scroll() 236 gui.border_offset = gui.border_width; in gui_x11_create_widgets() 393 retval = XCreatePixmap(gui.dpy,DefaultRootWindow(gui.dpy),width, in gui_athena_create_pullright_pixmap() 657 XtNvertDistance, gui.menu_height + gui.toolbar_height, in gui_mch_enable_menu() 1338 XtNvertDistance, gui.toolbar_height + gui.menu_height, in gui_mch_show_toolbar() 1817 if (gui.in_use) in gui_mch_def_colors() 2027 NULL, (int)x, (int)y, gui.menu_fg_pixel, gui.menu_bg_pixel, in gui_mch_browse() [all …]
|
| H A D | gui.h | 86 # define TEXT_X(col) ((col) * gui.char_width) 87 # define TEXT_Y(row) ((row) * gui.char_height + gui.char_ascent) 90 # define X_2_COL(x) ((x) / gui.char_width) 91 # define Y_2_ROW(y) ((y) / gui.char_height) 93 # define TEXT_X(col) ((col) * gui.char_width + gui.border_offset) 94 # define FILL_X(col) ((col) * gui.char_width + gui.border_offset) 95 # define X_2_COL(x) (((x) - gui.border_offset) / gui.char_width) 96 # define TEXT_Y(row) ((row) * gui.char_height + gui.char_ascent \ 97 + gui.border_offset) 98 # define FILL_Y(row) ((row) * gui.char_height + gui.border_offset) [all …]
|
| H A D | highlight.c | 911 if (!gui.in_use && !gui.starting) in highlight_set_ctermfg() 934 if (!gui.in_use && !gui.starting) in highlight_set_ctermbg() 977 if (!gui.in_use && !gui.starting) in highlight_set_ctermul() 1893 &gui.norm_pixel, &gui.back_pixel, in set_normal_colors() 1901 &gui.menu_fg_pixel, &gui.menu_bg_pixel, in set_normal_colors() 1921 &gui.scroll_fg_pixel, &gui.scroll_bg_pixel, in set_normal_colors() 2553 taep->ae_u.gui.fg_color = aep->ae_u.gui.fg_color; in get_attr_entry() 2554 taep->ae_u.gui.bg_color = aep->ae_u.gui.bg_color; in get_attr_entry() 2556 taep->ae_u.gui.font = aep->ae_u.gui.font; in get_attr_entry() 2558 taep->ae_u.gui.fontset = aep->ae_u.gui.fontset; in get_attr_entry() [all …]
|
| H A D | gui_gtk.c | 845 gui_gtk_form_move_resize(GTK_FORM(gui.formwin), gui.drawarea, x, y, w, h); in gui_mch_set_text_area_pos() 1053 - gtk_widget_get_allocated_width(gui.drawarea) - gui.scrollbar_width; in gui_mch_get_scrollbar_xpadding() 1055 xpad = gui.formwin->allocation.width - gui.drawarea->allocation.width in gui_mch_get_scrollbar_xpadding() 1058 if (gui.which_scrollbars[SBAR_LEFT] && gui.which_scrollbars[SBAR_RIGHT]) in gui_mch_get_scrollbar_xpadding() 1070 - gtk_widget_get_allocated_height(gui.drawarea) - gui.scrollbar_height; in gui_mch_get_scrollbar_ypadding() 1072 ypad = gui.formwin->allocation.height - gui.drawarea->allocation.height in gui_mch_get_scrollbar_ypadding() 1226 gui.browse_fname = NULL; in browse_destroy_cb() 1228 gui.filedlg = NULL; in browse_destroy_cb() 1949 3U, gui.event_time); in gui_mch_show_popupmenu() 2578 if (gui.in_use) in gui_mch_find_dialog() [all …]
|
| H A D | Make_vms.mms | 753 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 757 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 761 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 765 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 769 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 773 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 777 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 781 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 785 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1135 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ [all …]
|
| H A D | gui_beval.c | 137 display_name = DisplayString(gui.dpy); in gui_mch_create_beval_area() 256 gtk_widget_add_events(gui.mainwin, in addEventHandler() 630 XtTranslateKeycode(gui.dpy, in pointerEvent() 953 PANGO_SCALE * CLAMP(gui.num_cols * gui.char_width, in drawBalloon() 1100 w += gui.border_offset << 1; in drawBalloon() 1101 h += gui.border_offset << 1; in drawBalloon() 1115 w += gui.border_offset << 1; in drawBalloon() 1116 h += gui.border_offset << 1; in drawBalloon() 1145 args[0].value = gui.tooltip_bg_pixel; in drawBalloon() 1147 args[1].value = gui.tooltip_fg_pixel; in drawBalloon() [all …]
|
| H A D | gui_motif.c | 401 gui.border_offset = gui.border_width; in gui_x11_create_widgets() 1177 RootWindow(gui.dpy, DefaultScreen(gui.dpy)), in check_xpm() 1419 if (!gui.in_use) in gui_motif_update_mousemodel() 1677 if (gui.in_use) in gui_mch_def_colors() 1681 gui.menu_fg_pixel = gui.menu_def_fg_pixel; in gui_mch_def_colors() 1682 gui.menu_bg_pixel = gui.menu_def_bg_pixel; in gui_mch_def_colors() 1683 gui.scroll_fg_pixel = gui.scroll_def_fg_pixel; in gui_mch_def_colors() 1684 gui.scroll_bg_pixel = gui.scroll_def_bg_pixel; in gui_mch_def_colors() 1686 gui.tooltip_fg_pixel = in gui_mch_def_colors() 3981 if (!gui.in_use) in gui_mch_find_dialog() [all …]
|
| H A D | gui_w32.c | 1292 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_def_colors() 1293 gui.def_back_pixel = gui.back_pixel; in gui_mch_def_colors() 1719 if (mb_lefthalve(gui.row, gui.col)) in gui_mch_draw_hollow_cursor() 5409 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_init() 5410 gui.def_back_pixel = gui.back_pixel; in gui_mch_init() 5419 gui.border_offset = gui.border_width; in gui_mch_init() 5674 im_set_position(gui.row, gui.col); in _OnImeNotify() 5857 if (!gui.in_use && !gui.starting) in im_set_active() 5934 if (!gui.in_use && !gui.starting) in im_get_status() 6315 gui.char_width, gui.currFgColor, in gui_mch_draw_string() [all …]
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | delek.vim | 18 hi DiffText ctermbg=Red cterm=bold gui=bold guibg=Red 23 hi IncSearch cterm=reverse gui=reverse 25 hi ModeMsg cterm=bold gui=bold 26 hi MoreMsg ctermfg=DarkGreen gui=bold guifg=SeaGreen 27 hi NonText ctermfg=Blue gui=bold guifg=gray guibg=white 30 hi Question ctermfg=DarkGreen gui=bold guifg=SeaGreen 39 hi Title ctermfg=DarkMagenta gui=bold guifg=Magenta 40 hi VertSplit cterm=reverse gui=reverse 42 hi VisualNOS cterm=underline,bold gui=underline,bold 52 hi Statement cterm=bold ctermfg=Blue gui=bold guifg=blue [all …]
|
| H A D | peachpuff.vim | 23 hi NonText term=bold cterm=bold ctermfg=4 gui=bold guifg=Blue 26 hi IncSearch term=reverse cterm=reverse gui=reverse 28 hi MoreMsg term=bold ctermfg=2 gui=bold guifg=SeaGreen 29 hi ModeMsg term=bold cterm=bold gui=bold 31 hi Question term=standout ctermfg=2 gui=bold guifg=SeaGreen 35 hi Title term=bold ctermfg=5 gui=bold guifg=DeepPink3 36 hi Visual term=reverse cterm=reverse gui=reverse guifg=Grey80 guibg=fg 38 hi WarningMsg term=standout ctermfg=1 gui=bold guifg=Red 45 hi DiffText term=reverse cterm=bold ctermbg=1 gui=bold guibg=#ff8060 54 hi Statement term=bold ctermfg=3 gui=bold guifg=Brown [all …]
|
| H A D | shine.vim | 21 hi IncSearch term=reverse cterm=reverse gui=reverse 22 hi ModeMsg term=bold cterm=bold gui=bold 23 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold 24 hi StatusLineNC term=reverse cterm=reverse gui=reverse 25 hi VertSplit term=reverse cterm=reverse gui=reverse 28 hi DiffText term=reverse cterm=bold ctermbg=Red gui=bold guibg=Red 33 hi MoreMsg term=bold ctermfg=LightGreen gui=bold guifg=SeaGreen 35 hi Question term=standout ctermfg=LightGreen gui=bold guifg=Green 38 hi Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta 49 hi StorageClass ctermfg=Red ctermbg=White guifg=Red gui=bold [all …]
|
| H A D | morning.vim | 20 hi IncSearch term=reverse cterm=reverse gui=reverse 21 hi ModeMsg term=bold cterm=bold gui=bold 22 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold 23 hi StatusLineNC term=reverse cterm=reverse gui=reverse 24 hi VertSplit term=reverse cterm=reverse gui=reverse 26 hi VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold 27 hi DiffText term=reverse cterm=bold ctermbg=Red gui=bold guibg=Red 32 hi MoreMsg term=bold ctermfg=DarkGreen gui=bold guifg=SeaGreen 33 hi NonText term=bold ctermfg=Blue gui=bold guifg=Blue guibg=grey80 34 hi Question term=standout ctermfg=DarkGreen gui=bold guifg=SeaGreen [all …]
|
| H A D | evening.vim | 20 hi IncSearch term=reverse cterm=reverse gui=reverse 21 hi ModeMsg term=bold cterm=bold gui=bold 22 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold 23 hi StatusLineNC term=reverse cterm=reverse gui=reverse 24 hi VertSplit term=reverse cterm=reverse gui=reverse 26 hi VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold 27 hi DiffText term=reverse cterm=bold ctermbg=Red gui=bold guibg=Red 32 hi MoreMsg term=bold ctermfg=LightGreen gui=bold guifg=SeaGreen 34 hi Question term=standout ctermfg=LightGreen gui=bold guifg=Green 37 hi Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta [all …]
|
| H A D | murphy.vim | 16 hi Constant term=underline ctermfg=LightGreen guifg=White gui=NONE 22 hi Statement term=bold ctermfg=Yellow guifg=#ffff00 gui=NONE 23 hi Type ctermfg=LightGreen guifg=grey gui=none 30 hi IncSearch term=reverse cterm=reverse gui=reverse 32 hi ModeMsg term=bold cterm=bold gui=bold 33 hi MoreMsg term=bold ctermfg=LightGreen gui=bold guifg=SeaGreen 34 hi NonText term=bold ctermfg=Blue gui=bold guifg=Blue 35 hi Question term=standout ctermfg=LightGreen gui=bold guifg=Cyan 38 hi StatusLineNC term=reverse cterm=reverse gui=NONE guifg=white guibg=#333333 39 hi Title term=bold ctermfg=LightMagenta gui=bold guifg=Pink [all …]
|
| H A D | ron.vim | 16 hi constant guifg=cyan gui=bold 17 hi identifier guifg=cyan gui=NONE 18 hi statement guifg=lightblue gui=NONE 20 hi type guifg=seagreen gui=bold 27 hi Search guibg=darkgray guifg=black gui=bold 28 hi IncSearch gui=NONE guibg=steelblue 31 hi ShowMarksHL ctermfg=cyan ctermbg=lightblue cterm=bold guifg=yellow guibg=black gui=bold 32 hi StatusLineNC gui=NONE guifg=lightblue guibg=darkblue 33 hi StatusLine gui=bold guifg=cyan guibg=blue 37 hi Visual term=reverse cterm=reverse gui=reverse [all …]
|
| H A D | blue.vim | 17 hi comment guifg=gray ctermfg=gray ctermbg=darkBlue gui=bold 20 hi statement guifg=white ctermfg=white ctermbg=darkBlue gui=none 24 hi Underlined guifg=cyan ctermfg=cyan gui=underline cterm=underline 26 hi operator guifg=orange gui=bold ctermfg=lightRed ctermbg=darkBlue 29 hi WarningMsg guifg=cyan guibg=darkBlue ctermfg=cyan gui=bold 30 hi ModeMsg guifg=yellow gui=NONE ctermfg=yellow 31 hi MoreMsg guifg=yellow gui=NONE ctermfg=yellow 32 hi Error guifg=red guibg=darkBlue gui=underline ctermfg=red 39 hi title guifg=white gui=bold cterm=bold 42 hi StatusLine gui=bold guifg=cyan guibg=blue ctermfg=cyan ctermbg=blue [all …]
|
| H A D | torte.vim | 20 highlight Search guifg=Black guibg=Red gui=bold 21 highlight Visual guifg=#404040 gui=bold 22 highlight Cursor guifg=Black guibg=Green gui=bold 26 highlight Statement guifg=Yellow gui=NONE 27 highlight Type gui=NONE 43 highlight Normal ctermfg=Grey ctermbg=Black cterm=NONE guifg=Grey80 guibg=Black gui=NONE 44 highlight Search ctermfg=Black ctermbg=Red cterm=bold guifg=Black guibg=Red gui=bold 45 highlight Visual ctermfg=Black ctermbg=yellow cterm=bold guifg=#404040 gui=bold 46 highlight Special ctermfg=LightBlue cterm=NONE guifg=LightBlue gui=NONE 47 highlight Comment ctermfg=Cyan cterm=NONE guifg=LightBlue gui=NONE
|
| H A D | darkblue.vim | 19 hi Visual guifg=#8080ff guibg=fg gui=reverse ctermfg=lightblue ctermbg=fg cterm=reverse 27 hi Title guifg=magenta gui=none ctermfg=magenta cterm=bold 32 hi Question guifg=green gui=none ctermfg=green cterm=none 35 hi StatusLine guifg=blue guibg=darkgray gui=none ctermfg=blue ctermbg=gray term=none cterm=none 37 hi VertSplit guifg=black guibg=darkgray gui=none ctermfg=black ctermbg=gray term=none cterm=none 45 hi DiffDelete ctermfg=blue ctermbg=cyan gui=bold guifg=Blue guibg=DarkCyan 46 hi DiffText cterm=bold ctermbg=red gui=bold guibg=Red 54 hi Special ctermfg=brown guifg=Orange cterm=none gui=none 56 hi Statement ctermfg=yellow cterm=none guifg=#ffff60 gui=none 57 hi PreProc ctermfg=magenta guifg=#ff80ff gui=none cterm=none [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | syncolor.vim | 34 SynColor Comment term=bold cterm=NONE ctermfg=Cyan ctermbg=NONE gui=NONE guifg=#80a0ff guibg=NONE 36 …SynColor Special term=bold cterm=NONE ctermfg=LightRed ctermbg=NONE gui=NONE guifg=Orange guibg=NO… 38 …SynColor Statement term=bold cterm=NONE ctermfg=Yellow ctermbg=NONE gui=bold guifg=#ffff60 guibg=N… 41 SynColor Underlined term=underline cterm=underline ctermfg=LightBlue gui=underline guifg=#80a0ff 42 SynColor Ignore term=NONE cterm=NONE ctermfg=black ctermbg=NONE gui=NONE guifg=bg guibg=NONE 44 SynColor Comment term=bold cterm=NONE ctermfg=DarkBlue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE 49 SynColor Statement term=bold cterm=NONE ctermfg=Brown ctermbg=NONE gui=bold guifg=Brown guibg=NONE 53 …SynColor Underlined term=underline cterm=underline ctermfg=DarkMagenta gui=underline guifg=SlateBl… 54 SynColor Ignore term=NONE cterm=NONE ctermfg=white ctermbg=NONE gui=NONE guifg=bg guibg=NONE 56 SynColor Error term=reverse cterm=NONE ctermfg=White ctermbg=Red gui=NONE guifg=White guibg=Red [all …]
|