On Thursday, July 20, 2017 at 7:48:15 PM UTC+9, Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > Good news. I'm working implement of :terminal using winpty/libvterm on > > Windows. > > > > http://i.imgur.com/lrm9hr0.gif > > > > Currently, buggy and flacky, But I'll send pull-request in few days or > > cupple of weeks. > > > > https://github.com/mattn/vim/tree/windows-terminal > > Looks interesting. > > Looking at the requirements of winpty, this is really difficult to > build, requires random tools. Probably can't build it with just MSVC. > Also, it appears to run some executable, for which I don't see the > reason and is likely to cause trouble later. > > We need to figure out a simple way to do this. It's already quite hard > to build Vim on MS-Windows anyway... > Perhaps it works to include the header file and provide the rest as > a pre-build .dll.
Yes, I'm thinking that Windows support of terminal will be optional. And if user put winpty.dll and winapty-agent.exe in the PATH, :terminal works, but currently work in progress. -- -- 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
