comparison src/version.c @ 11715:d7430b56c9ed v8.0.0740

patch 8.0.0740: cannot resize a terminal window by the command commit https://github.com/vim/vim/commit/e906ae85b291ccc7da842b7ac609c697bb582e1f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 21 21:10:01 2017 +0200 patch 8.0.0740: cannot resize a terminal window by the command Problem: Cannot resize a terminal window by the command running in it. Solution: Add support for the window size escape sequence. Make BS work.
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Jul 2017 21:15:04 +0200
parents 2ec27561dd76
children 30247960c8a7
comparison
equal deleted inserted replaced
11714:454976193d51 11715:d7430b56c9ed
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 740,
772 /**/ 774 /**/
773 739, 775 739,
774 /**/ 776 /**/
775 738, 777 738,
776 /**/ 778 /**/