comparison src/version.c @ 11711:dac96f8800be v8.0.0738

patch 8.0.0738: cannot use the mouse to resize a terminal window commit https://github.com/vim/vim/commit/e825d8b0a4173871272b723f1c1f5b95ee981067 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 19 23:20:19 2017 +0200 patch 8.0.0738: cannot use the mouse to resize a terminal window Problem: Cannot use the mouse to resize window while the focus is in a terminal window. Solution: Recognize nice mouse events in the terminal window. A few more fixes for the terminal window.
author Christian Brabandt <cb@256bit.org>
date Wed, 19 Jul 2017 23:30:03 +0200
parents c3227699ad4d
children 2ec27561dd76
comparison
equal deleted inserted replaced
11710:1a494055c8a1 11711:dac96f8800be
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 738,
772 /**/ 774 /**/
773 737, 775 737,
774 /**/ 776 /**/
775 736, 777 736,
776 /**/ 778 /**/