Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: exclude termios code | Ron Yorston | 2018-04-05 | 1 | -4/+0 |
| | | | | | The code to manipulate terminal settings serves no purpose in WIN32. Use conditional compilation to exclude much of it. | ||||
* | win32: add termios.h | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+129 |
Just some declaration enough to build. Proper TTY support may come later, targeting Cygwin-based terminals. |