chuck icon indicating copy to clipboard operation
chuck copied to clipboard

termios

Open barak opened this issue 2 years ago • 0 comments

Do not #include <termio.h> as it is deprecated in favor of termios.h, and use tcgetattr() and tcsetattr() instead of less-portable ioctl calls.

barak avatar May 23 '22 13:05 barak