Re: Telnet program. It really works!!!!!

2000-05-08 Thread Matt Fahrner
The truth is most systems return CRLF (CR to make it go to left column, LF to make it go down one line) but often you don't see this. Unix usually only stores the LF part in files and the CR is added after the fact by the termio routines. However when you read input from a real application that co

Re: Telnet program. It really works!!!!!

2000-05-06 Thread JM
Matt, Thank you very much for your help. I coded according to your pseudo-code and it really works!!! I still have one last question, though. The output of the telnet pipes back to parent which has a c/r (ASCII carriage return) appended at the end of everyline in my Text widget window. I am usi