commit | 67578e5bcf7404d40d42876b738b72e68add1a3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 12 13:47:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 12 13:47:44 2022 +0000 |
tree | 44dee70a2c31407a979037d8127115c11dacc680 | |
parent | b7acea1806996a9afb9fb8ebfe571b5181063070 [diff] [blame] |
patch 9.0.1049: crash when opening a very small terminal window Problem: Crash when opening a very small terminal window. Solution: Instead of crashing fix the cursor position. (closes #11697)
diff --git a/src/version.c b/src/version.c index ad9e52b..48d9250 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1049, +/**/ 1048, /**/ 1047,