Tuesday, December 10, 2019

Re: Vim executable for Windows updated

It was a conclusion after misreading the code. Everything is my mistake.
I was confused because the timing and content of the event arrived completely different from cmd.exe.

There are two causes:
I was ignoring failures that occurred when changing the window size. (There is a terminal that really fails).
Since the ENABLE_VIRTUAL_TERMINAL_PROCESSING flag is *completely* ignored, 'VTP' works and the screen turns purple.

Fixed:
If changing the window size fails even once at the API level, the window size is not changed at all.
New variable 'vtp' to explicitly disable VTP.

Send out the patch tonight with the details.

--
Nobuhiro Takasaki

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/119e9926-618b-4f2a-ac17-a792bbb89912%40googlegroups.com.

No comments: