* Dag-Erling Smørgrav <des_at_des.no> wrote: > None of that stuff should be using sgtty. Linux, for instance, only has > termios, not sgtty, so anything that runs on Linux must necessarily > already support termios, and it's just a matter of fixing it so it > doesn't insist on using sgtty instead. That only partially true. Linux supports termios and termio, but it's not hard to port termio apps to termios. I ported a lot of them last year. In the most simple cases, it was just a matter of replacing ioctl() with tc[gs]etattr() and you're finished. -- Ed Schouten <ed_at_fxq.nl> WWW: http://g-rave.nl/
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:26 UTC