summaryrefslogtreecommitdiffstats
path: root/winsup/utils/cygwin-console-helper.cc
Commit message (Collapse)AuthorAgeFilesLines
* Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.Takashi Yano2019-09-141-0/+1
|
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-291-1/+13
| | | | | | | - Support pseudo console in PTY. Pseudo console is a new feature in Windows 10 1809, which provides console APIs on virtual terminal. With this patch, native console applications can work in PTYs such as mintty, ssh, gnu screen or tmux.
* Cygwin: Use correct string conversionMark Geisert2019-06-271-2/+2
| | | | | Correct the string conversion calls so both argv elements get converted at full precision.
* * cygwin-console-helper.cc: New file.Christopher Faylor2009-07-051-0/+13