in reply to Net::Telnet problem w/ escape sequences (control stream?)
HTH# Set up the terminal: if [ "$TERM" = "" ] then eval ` tset -s -Q -m ':?hp' ` else eval ` tset -s -Q ` fi stty erase "^H" kill "^U" intr "^C" eof "^D" susp "^Z" stty hupcl ixon ixoff tabs
Cheers
Sweetblood
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::Telnet problem w/ escape sequences (control stream?)
by Solo (Deacon) on Jun 16, 2004 at 19:00 UTC | |
by Anonymous Monk on Jun 16, 2004 at 21:57 UTC |