comparison src/version.c @ 24749:fb44ba319785 v8.2.2913

patch 8.2.2913: MS-Windows conpty supports using mouse events Commit: https://github.com/vim/vim/commit/6ef5ab59043681a51e8ca2ab0a1e4ff8f0f4bb47 Author: Wez Furlong <wez@wezfurlong.org> Date: Sun May 30 19:29:41 2021 +0200 patch 8.2.2913: MS-Windows conpty supports using mouse events Problem: MS-Windows conpty supports using mouse events. Solution: When enabling the mouse enable mouse input and disable quick edit mode. (Wez Furlong, closes #8280)
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 19:30:03 +0200
parents 7da496081b91
children 1ce39e257f1b
comparison
equal deleted inserted replaced
24748:8d19ed92d1ee 24749:fb44ba319785
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2913,
753 /**/ 755 /**/
754 2912, 756 2912,
755 /**/ 757 /**/
756 2911, 758 2911,
757 /**/ 759 /**/