-
- Downloads
Merge branch 'grubba/pty-handling' into 8.0
* grubba/pty-handling: I/O [NT]: Fixed typo. Stdio [NT]: Fixed compilation error when no struct termios. Diagnostics [NT]: Fixed multiple issues with FD_DEBUG. I/O [NT]: Enable some termios functions on NT. I/O [NT]: Implemented TIOCGWINSZ and TIOCSWINSZ ioctls. I/O: Make termios code dependent on presence of tcgetattr(). Stdio: Fix get_all_args() call to support Pike 8.0 and earlier. Stdio.File: Added tcdrain() and tcsetsize().
No related branches found
No related tags found
Showing
- src/fdlib.c 79 additions, 18 deletionssrc/fdlib.c
- src/fdlib.h 6 additions, 0 deletionssrc/fdlib.h
- src/modules/_Stdio/configure.in 1 addition, 1 deletionsrc/modules/_Stdio/configure.in
- src/modules/_Stdio/file.c 7 additions, 2 deletionssrc/modules/_Stdio/file.c
- src/modules/_Stdio/file_functions.h 14 additions, 8 deletionssrc/modules/_Stdio/file_functions.h
- src/modules/_Stdio/termios.c 117 additions, 15 deletionssrc/modules/_Stdio/termios.c
Loading
Please register or sign in to comment