in reply to Re^2: Net::Telnet problem w/ escape sequences (control stream?)
in thread Net::Telnet problem w/ escape sequences (control stream?)
those are escape characters (bold,colors,etc) and the holdup is tset asking you to confirm the terminal type (hp)
# probably looks like tset ?hp # remove question mark to accept hp always tset hp # choose dumber terminal type to possibly rid self of those # nasty escape sequences tset dumb tset ansi
|
|---|