Re: Patch 7.4.142

2014-01-30 Fir de Conversatie Nobuhiro Takasaki
> So this is instead of the patch from Yasuhiro Matsumoto? Thank you very much. I was speaking in various ways, but from me, I would appreciate it if you apply both patches. Thanks. Nobuhiro Takasaki -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type y

Re: Patch 7.4.142

2014-01-30 Fir de Conversatie Bram Moolenaar
Nobuhiro Takasaki wrote: > There is another patch here. > Clear the window resize event that has no meaning to be generated > continuously and to suppress the occurrence of flicker. > > https://gist.github.com/ntak/8700490 > > Even Windows7, even Windows8, Windows in the future, too, will work

Re: Patch 7.4.142

2014-01-29 Fir de Conversatie Nobuhiro Takasaki
There is another patch here. Clear the window resize event that has no meaning to be generated continuously and to suppress the occurrence of flicker. https://gist.github.com/ntak/8700490 Even Windows7, even Windows8, Windows in the future, too, will work correctly. Thanks. Nobuhiro Ta

Re: Patch 7.4.142

2014-01-29 Fir de Conversatie Nobuhiro Takasaki
It can not be resolved this additional change. Are there likely to be resolved in this patch in his environment, but the cause is different. Below, it has not been reviewed look at the code of the OS, it is only expected. ReadConsoleInput does not return control if the buffer is empty. Hardware

Re: Patch 7.4.142

2014-01-28 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > I have problem with this patch. > > After applying this patch, I often meet screen flickers with typing > characters. It seems that PeekConsoleInput must return a value for the > real-time result instead of cache on windows7 or older. Below is a > patch to disable 7.4

Re: Patch 7.4.142

2014-01-28 Fir de Conversatie mattn
I updated the patch. -- -- You received this message from the "vim_dev" 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

Re: Patch 7.4.142

2014-01-28 Fir de Conversatie mattn
I have problem with this patch. After applying this patch, I often meet screen flickers with typing characters. It seems that PeekConsoleInput must return a value for the real-time result instead of cache on windows7 or older. Below is a patch to disable 7.4.142 https://gist.github.com/8664740

Patch 7.4.142

2014-01-12 Fir de Conversatie Bram Moolenaar
Patch 7.4.142 (after 7.4.137) Problem:On MS-Windows 8 IME input doen't work correctly. Solution: Work around the problem. (Nobuhiro Takasaki) Files: src/os_win32.c *** ../vim-7.4.141/src/os_win32.c 2014-01-10 18:16:00.0 +0100 --- src/os_win32.c 2014-01-12