Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dmplayerconf.vim60 \ geometry guiwid hue jpeg monitor-dotclock
61 \ monitor-hfreq monitor-vfreq monitoraspect
91 \ monitor-orientation monitorpixelaspect
H A Dtmux.vim80 \ main-pane-width mode-keys mode-style monitor-activity monitor-bell
81 \ monitor-silence mouse other-pane-height other-pane-width
H A Dfetchmail.vim33 \ interface monitor plugin plugout dns
H A Dscreen.vim166 \ monitor
H A Dfasm.vim65 syn keyword fasmInstr maxpd maxps maxsd maxss mfence minpd minps minsd minss monitor
H A Derlang.vim127 syn keyword erlangBIF min module_loaded monitor monitor_node node contained
H A Dnqc.vim22 syn keyword nqcEvents acquire catch monitor
H A Dzsh.vim277 \ \%(\%(\<no_\?\)\?monitor\>\)\|
H A Dclojure.vim35 …core/let","clojure.core/loop","def","do","fn","if","let","loop","monitor-enter","monitor-exit","ne…
H A Dd.vim543 syn keyword dAsmOpCode contained hsubpd hsubps lddqu monitor
H A Dpostscr.vim230 …syn keyword postscrOperator currentcontext fork join detach lock monitor condition wait notify y…
H A Dsqlanywhere.vim546 syn keyword sqlKeyword mode modify monitor move mru multiplex
H A Dnginx.vim2046 " Add the feature of tcp proxy with nginx, with health check and status monitor
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …thod-sig","methods","min","min-key","mix-collection-hash","mod","monitor-enter","monitor-exit","mu…
/vim-8.2.3635/src/
H A Dgui_gtk_x11.c4067 GdkMonitor *monitor; in gui_gtk_get_screen_geom_of_win() local
4074 monitor = gdk_display_get_monitor_at_window(dpy, win); in gui_gtk_get_screen_geom_of_win()
4076 monitor = gdk_display_get_monitor_at_point(dpy, point_x, point_y); in gui_gtk_get_screen_geom_of_win()
4077 gdk_monitor_get_geometry(monitor, &geometry); in gui_gtk_get_screen_geom_of_win()
4080 int monitor; in gui_gtk_get_screen_geom_of_win() local
4087 monitor = gdk_screen_get_monitor_at_window(screen, win); in gui_gtk_get_screen_geom_of_win()
4089 monitor = gdk_screen_get_monitor_at_point(screen, point_x, point_y); in gui_gtk_get_screen_geom_of_win()
4090 gdk_screen_get_monitor_geometry(screen, monitor, &geometry); in gui_gtk_get_screen_geom_of_win()
/vim-8.2.3635/runtime/doc/
H A Dxxd.man157 The author prefers to monitor the effect of xxd with strace(1) or
H A Dversion7.txt2992 Win32: When using two monitors and Vim is on the second monitor, changing the
2993 width of the Vim window could make it jump to the first monitor.
11997 specific monitor configuration the window is too big.
12636 Problem: Win32: When resizing Vim it is always moved to the primary monitor
12637 if the secondary monitor is on the left.
12638 Solution: Use the nearest monitor. (Yukihiro Nakadaira)
17813 monitor.
H A Dversion6.txt8960 Solution: Handle a double monitor situation. (Helmut Stiegler)
H A Dversion8.txt15333 the wrong monitor.