mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.1016: gnome terminal echoes t_RC
Problem: Gnome terminal echoes t_RC. Solution: Detect Gnome terminal by the version string. Add v: variables for all the term responses.
This commit is contained in:
@@ -2012,7 +2012,11 @@ typedef int sock_T;
|
||||
#define VV_TYPE_NONE 78
|
||||
#define VV_TYPE_JOB 79
|
||||
#define VV_TYPE_CHANNEL 80
|
||||
#define VV_LEN 81 /* number of v: vars */
|
||||
#define VV_TERMRGBRESP 81
|
||||
#define VV_TERMU7RESP 82
|
||||
#define VV_TERMSTYLERESP 83
|
||||
#define VV_TERMBLINKRESP 84
|
||||
#define VV_LEN 85 /* number of v: vars */
|
||||
|
||||
/* used for v_number in VAR_SPECIAL */
|
||||
#define VVAL_FALSE 0L
|
||||
|
Reference in New Issue
Block a user