Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c1686 static int xterm_dpy_retry_count = 0; variable
1692 xterm_dpy_retry_count = 5; // Try reconnecting five times in x_IOerror_handler()
1713 if (!exiting && !v_dying && xterm_dpy_retry_count > 0) in may_restore_clipboard()
1715 --xterm_dpy_retry_count; in may_restore_clipboard()
1747 xterm_dpy_retry_count = 5; // Try reconnecting five times in ex_xrestore()
7628 xterm_dpy_retry_count = 0; in setup_term_clip()