aboutsummaryrefslogtreecommitdiff
path: root/win32/ioctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-1/+23
| | | | | | | | - move winansi_get_terminal_width_height from winansi.c to ioctl.c, the only caller; - check both stdout and stderr for a connection to a console; - omit unnecessary code in get_terminal_width_height (because the WIN32 implementation ignores the file descriptor).
* win32: implement ioctlRon Yorston2012-04-231-0/+24