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