comparison src/os_win32.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 7e733046db1d
children 6e3dc2d630c2
comparison
equal deleted inserted replaced
18353:c3a0f5d3c9d4 18354:9f51d0cef8da
60 */ 60 */
61 # define HAVE_ACL 61 # define HAVE_ACL
62 #endif 62 #endif
63 63
64 #define USE_FNAME_CASE /* adjust case of file names */ 64 #define USE_FNAME_CASE /* adjust case of file names */
65 #if !defined(FEAT_CLIPBOARD) && defined(FEAT_MOUSE) 65 #if !defined(FEAT_CLIPBOARD)
66 # define FEAT_CLIPBOARD /* include clipboard support */ 66 # define FEAT_CLIPBOARD /* include clipboard support */
67 #endif 67 #endif
68 #if defined(__DATE__) && defined(__TIME__) 68 #if defined(__DATE__) && defined(__TIME__)
69 # define HAVE_DATE_TIME 69 # define HAVE_DATE_TIME
70 #endif 70 #endif