diff src/globals.h @ 12592:895da0cbb16e v8.0.1174

patch 8.0.1174: Mac Terminal.app has wrong color for white commit https://github.com/vim/vim/commit/a0a6f2776eabfbd4d9174fabdf3921beb7348eda Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 4 18:04:16 2017 +0200 patch 8.0.1174: Mac Terminal.app has wrong color for white Problem: Mac Terminal.app has wrong color for white. Solution: Use white from the color cube.
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Oct 2017 18:15:05 +0200
parents 68d7bc045dbe
children 116b7394b8af
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -380,6 +380,9 @@ EXTERN int	cterm_normal_bg_color INIT(= 
 EXTERN guicolor_T cterm_normal_fg_gui_color INIT(= INVALCOLOR);
 EXTERN guicolor_T cterm_normal_bg_gui_color INIT(= INVALCOLOR);
 #endif
+#ifdef FEAT_TERMRESPONSE
+EXTERN int	is_mac_terminal INIT(= FALSE);  /* recognized Terminal.app */
+#endif
 
 #ifdef FEAT_AUTOCMD
 EXTERN int	autocmd_busy INIT(= FALSE);	/* Is apply_autocmds() busy? */