commit | 498c2562e1bcc72492fe8da8a76504f893e9b5fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 23:45:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 23:45:15 2018 +0200 |
tree | 90ff3fa6dc3937d2af2027e93c11d25485032726 | |
parent | a7eef3d87fa36d527d1cfc749b400df1e69dcb3d [diff] [blame] |
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'.
diff --git a/src/version.c b/src/version.c index 851f050..9989f9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1722, +/**/ 1721, /**/ 1720,