comparison src/option.h @ 18354:9f51d0cef8da v8.1.2171

patch 8.1.2171: mouse support not always available Commit: https://github.com/vim/vim/commit/a1cb1d1dce14dd005797590721f1bcd0e7c3b35f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 17 23:00:07 2019 +0200 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).
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 23:15:04 +0200
parents e0ec4cd7a865
children 18d7337b6837
comparison
equal deleted inserted replaced
18353:c3a0f5d3c9d4 18354:9f51d0cef8da
977 # define TBIS_LARGE 0x08 977 # define TBIS_LARGE 0x08
978 # define TBIS_HUGE 0x10 978 # define TBIS_HUGE 0x10
979 # define TBIS_GIANT 0x20 979 # define TBIS_GIANT 0x20
980 #endif 980 #endif
981 EXTERN long p_ttyscroll; // 'ttyscroll' 981 EXTERN long p_ttyscroll; // 'ttyscroll'
982 #if defined(FEAT_MOUSE) && (defined(UNIX) || defined(VMS)) 982 #if defined(UNIX) || defined(VMS)
983 EXTERN char_u *p_ttym; // 'ttymouse' 983 EXTERN char_u *p_ttym; // 'ttymouse'
984 EXTERN unsigned ttym_flags; 984 EXTERN unsigned ttym_flags;
985 # define TTYM_XTERM 0x01 985 # define TTYM_XTERM 0x01
986 # define TTYM_XTERM2 0x02 986 # define TTYM_XTERM2 0x02
987 # define TTYM_DEC 0x04 987 # define TTYM_DEC 0x04