comparison src/version.c @ 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 94e1a49b879e
children 596a04c49d76
comparison
equal deleted inserted replaced
18353:c3a0f5d3c9d4 18354:9f51d0cef8da
357 "+mksession", 357 "+mksession",
358 #else 358 #else
359 "-mksession", 359 "-mksession",
360 #endif 360 #endif
361 "+modify_fname", 361 "+modify_fname",
362 #ifdef FEAT_MOUSE
363 "+mouse", 362 "+mouse",
364 # ifdef FEAT_MOUSESHAPE 363 #ifdef FEAT_MOUSESHAPE
365 "+mouseshape", 364 "+mouseshape",
366 # else 365 #else
367 "-mouseshape", 366 "-mouseshape",
368 # endif
369 # else
370 "-mouse",
371 #endif 367 #endif
372 368
373 #if defined(UNIX) || defined(VMS) 369 #if defined(UNIX) || defined(VMS)
374 # ifdef FEAT_MOUSE_DEC 370 # ifdef FEAT_MOUSE_DEC
375 "+mouse_dec", 371 "+mouse_dec",
400 "-mouse_pterm", 396 "-mouse_pterm",
401 # endif 397 # endif
402 #endif 398 #endif
403 399
404 #if defined(UNIX) || defined(VMS) 400 #if defined(UNIX) || defined(VMS)
405 # ifdef FEAT_MOUSE_XTERM
406 "+mouse_sgr", 401 "+mouse_sgr",
407 # else
408 "-mouse_sgr",
409 # endif
410 # ifdef FEAT_SYSMOUSE 402 # ifdef FEAT_SYSMOUSE
411 "+mouse_sysmouse", 403 "+mouse_sysmouse",
412 # else 404 # else
413 "-mouse_sysmouse", 405 "-mouse_sysmouse",
414 # endif 406 # endif
415 # ifdef FEAT_MOUSE_URXVT 407 # ifdef FEAT_MOUSE_URXVT
416 "+mouse_urxvt", 408 "+mouse_urxvt",
417 # else 409 # else
418 "-mouse_urxvt", 410 "-mouse_urxvt",
419 # endif 411 # endif
420 # ifdef FEAT_MOUSE_XTERM
421 "+mouse_xterm", 412 "+mouse_xterm",
422 # else
423 "-mouse_xterm",
424 # endif
425 #endif 413 #endif
426 414
427 #ifdef FEAT_MBYTE_IME 415 #ifdef FEAT_MBYTE_IME
428 # ifdef DYNAMIC_IME 416 # ifdef DYNAMIC_IME
429 "+multi_byte_ime/dyn", 417 "+multi_byte_ime/dyn",
751 NULL 739 NULL
752 }; 740 };
753 741
754 static int included_patches[] = 742 static int included_patches[] =
755 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2171,
756 /**/ 746 /**/
757 2170, 747 2170,
758 /**/ 748 /**/
759 2169, 749 2169,
760 /**/ 750 /**/