summaryrefslogtreecommitdiff
path: root/win32/termios.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: exclude termios codeRon Yorston2018-04-051-4/+0
| | | | | The code to manipulate terminal settings serves no purpose in WIN32. Use conditional compilation to exclude much of it.
* win32: add termios.hNguyễn Thái Ngọc Duy2010-09-101-0/+129
Just some declaration enough to build. Proper TTY support may come later, targeting Cygwin-based terminals.