AFAIK, windows named pipe can't behave master and slave. Do you mind
change key 'tty' to separated 'tty_in' and 'tty_out'? On UNIX, it
should be same value.

On 9/1/17, Bram Moolenaar <vim-dev-git...@256bit.org> wrote:
>
> Yasuhiro wrote:
>
>> @brammool If you have plan to spawn new process on the terminal NONE,
>> we will have to make pty using winpty like above. Or you want to use
>> the pty as just screen for input/output, I can implement this with
>> using named pipe.
>
> The idea is that it should be possible to use the debugger plugin.
> It's not doing much yet, but on Unix you can at least start gdb, using
> the other terminal window to run the program in.  Try:
>
>       packadd termdebug
>       :Termdebug
>
> You'll have to see how this works on MS-Windows: "gdb -pty {pty name}".
>
> Keep in mind that on Unix a pty works in both directions.  On MS-Windows
> it might be that stdin goes one way only and stdout the other way.
>
> Of course the real test is to debug Vim!  If that works with a named
> pipe that would be fine.  But you'll have to check if Vim works with
> that.
>
> For ":{range} term {command}" a named pipe should be fine.
>
> --
> Everybody lies, but it doesn't matter since nobody listens.
>                                 -- Lieberman's Law
>
>  /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
> ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/
> \\\
> \\\  an exciting new programming language -- http://www.Zimbu.org
> ///
>  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
>
>
> --
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly or view it on GitHub:
> https://github.com/vim/vim/issues/2045#issuecomment-326559718
>
> --
> --
> 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 vim_dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
- Yasuhiro Matsumoto

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui