forked from aniani/vim
patch 8.1.2171: mouse support not always available
Problem: Mouse support not always available. Solution: Enable mouse support also in tiny version. Do not define FEAT_MOUSE_XTERM on MS-Windows (didn't really work).
This commit is contained in:
@@ -979,7 +979,7 @@ EXTERN unsigned tbis_flags;
|
||||
# define TBIS_GIANT 0x20
|
||||
#endif
|
||||
EXTERN long p_ttyscroll; // 'ttyscroll'
|
||||
#if defined(FEAT_MOUSE) && (defined(UNIX) || defined(VMS))
|
||||
#if defined(UNIX) || defined(VMS)
|
||||
EXTERN char_u *p_ttym; // 'ttymouse'
|
||||
EXTERN unsigned ttym_flags;
|
||||
# define TTYM_XTERM 0x01
|
||||
|
Reference in New Issue
Block a user