forked from aniani/vim
updated for version 7.4.305
Problem: Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) Solution: Do not check for DEC mouse sequences when the xterm version was requested. Also don't request the xterm version when DEC mouse was enabled.
This commit is contained in:
@@ -1333,6 +1333,9 @@ EXTERN HWND clientWindow INIT(= 0);
|
||||
#if defined(UNIX) || defined(VMS)
|
||||
EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
|
||||
#endif
|
||||
#if defined(UNIX)
|
||||
EXTERN int xterm_conflict_mouse INIT(= FALSE);
|
||||
#endif
|
||||
|
||||
#ifdef BACKSLASH_IN_FILENAME
|
||||
EXTERN char psepc INIT(= '\\'); /* normal path separator character */
|
||||
|
Reference in New Issue
Block a user