comparison src/misc2.c @ 18611:6a7ebc2ee528 v8.1.2299

patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrong Commit: https://github.com/vim/vim/commit/36e7a823c66cfefb553c723e6792bcc6a1573b03 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 13 21:49:24 2019 +0100 patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrong Problem: ConPTY in MS-Windows 1909 is still wrong. Solution: Use same solution as for 1903. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/5217)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Nov 2019 22:00:05 +0100
parents 506bf60a30a0
children 49b78d6465e5
comparison
equal deleted inserted replaced
18610:3ef71254a154 18611:6a7ebc2ee528
4454 /* 4454 /*
4455 * Change the behavior of vterm. 4455 * Change the behavior of vterm.
4456 * 0: As usual. 4456 * 0: As usual.
4457 * 1: Windows 10 version 1809 4457 * 1: Windows 10 version 1809
4458 * The bug causes unstable handling of ambiguous width character. 4458 * The bug causes unstable handling of ambiguous width character.
4459 * 2: Windows 10 version 1903 4459 * 2: Windows 10 version 1903 & 1909
4460 * Use the wrong result because each result is different. 4460 * Use the wrong result because each result is different.
4461 * 3: Windows 10 insider preview (current latest logic) 4461 * 3: Windows 10 insider preview (current latest logic)
4462 */ 4462 */
4463 int 4463 int
4464 get_special_pty_type(void) 4464 get_special_pty_type(void)