comparison src/vim.h @ 12632:b1a7e3968a31 v8.0.1194

patch 8.0.1194: actual fg and bg colors of terminal are unknown commit https://github.com/vim/vim/commit/65e4c4f6868882a380c319632a1728a5e7d274ad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 14 23:24:25 2017 +0200 patch 8.0.1194: actual fg and bg colors of terminal are unknown Problem: Actual fg and bg colors of terminal are unknown. Solution: Add t_RF. Store response to t_RB and t_RF, use for terminal.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Oct 2017 23:30:05 +0200
parents 158917d728b4
children 0a9dacb8826a
comparison
equal deleted inserted replaced
12631:3e8f6b06e414 12632:b1a7e3968a31
1996 #define VV_TYPE_FLOAT 76 1996 #define VV_TYPE_FLOAT 76
1997 #define VV_TYPE_BOOL 77 1997 #define VV_TYPE_BOOL 77
1998 #define VV_TYPE_NONE 78 1998 #define VV_TYPE_NONE 78
1999 #define VV_TYPE_JOB 79 1999 #define VV_TYPE_JOB 79
2000 #define VV_TYPE_CHANNEL 80 2000 #define VV_TYPE_CHANNEL 80
2001 #define VV_TERMRGBRESP 81 2001 #define VV_TERMRFGRESP 81
2002 #define VV_TERMU7RESP 82 2002 #define VV_TERMRBGRESP 82
2003 #define VV_TERMSTYLERESP 83 2003 #define VV_TERMU7RESP 83
2004 #define VV_TERMBLINKRESP 84 2004 #define VV_TERMSTYLERESP 84
2005 #define VV_LEN 85 /* number of v: vars */ 2005 #define VV_TERMBLINKRESP 85
2006 #define VV_LEN 86 /* number of v: vars */
2006 2007
2007 /* used for v_number in VAR_SPECIAL */ 2008 /* used for v_number in VAR_SPECIAL */
2008 #define VVAL_FALSE 0L 2009 #define VVAL_FALSE 0L
2009 #define VVAL_TRUE 1L 2010 #define VVAL_TRUE 1L
2010 #define VVAL_NONE 2L 2011 #define VVAL_NONE 2L