[BusyBox] Re: New comm applet

Rob Landley rob at landley.net
Mon Apr 4 09:31:15 UTC 2005


On Sunday 03 April 2005 03:35 pm, Rob Sullivan wrote:
> OK, nevermind, I found termios.h and
> http://www.gnu.org/software/libc/manual/html_node/Noncanon-Example.html#Non
>canon-Example, seems easy enough...
>
> Rob

Yup.  Lots of busybox applets (including the existing more command) use 
termios and tcsetattr, it's basically just a syscall wrapper...

Rob



More information about the busybox mailing list