1
0
forked from aniani/vim

patch 8.0.1722: cannot specify a minimal size for a terminal window

Problem:    Cannot specify a minimal size for a terminal window.
Solution:   Support the "rows*cols" format for 'winsize'.
This commit is contained in:
Bram Moolenaar
2018-04-15 23:45:15 +02:00
parent a7eef3d87f
commit 498c2562e1
5 changed files with 152 additions and 55 deletions

View File

@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1722,
/**/
1721,
/**/