Hi I'm working on a "telnet" server which should serve piped output from curses based applications. So far it works fine with plain text, but it looks like stdin.readline() scrambles the control characters of curses applications. Does anyone know a way to work around this? Thanks for help, Stefan