summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-01-20 14:57:29 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-20 14:57:29 +0000
commitae1bd87fe84bfb31379bc5da351bca56a3d3b571 (patch)
treec2ddc317dba707c0a90991ab3153f355151c4e53 /src/globals.h
parent726f7f91fd17e3e7eb39614a20d10ea83c134df0 (diff)
patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157
Problem: Terminal test fails because Windows sets the title. Solution: Add the "vterm_title" testing override and use it in the test. (Ozaki Kiichi, closes #9556)
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 94da8e0c51..7e0c1e55fa 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1642,6 +1642,7 @@ EXTERN int nfa_fail_for_testing INIT(= FALSE);
EXTERN int no_query_mouse_for_testing INIT(= FALSE);
EXTERN int ui_delay_for_testing INIT(= 0);
EXTERN int reset_term_props_on_termresponse INIT(= FALSE);
+EXTERN int disable_vterm_title_for_testing INIT(= FALSE);
EXTERN long override_sysinfo_uptime INIT(= -1);
EXTERN int override_autoload INIT(= FALSE);