Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!yale!eagle.wesleyan.edu!flinton From: flinton@eagle.wesleyan.edu Newsgroups: comp.dcom.modems Subject: Re: Procomm 2.4.2 problem Message-ID: <1991Feb19.132418.39087@eagle.wesleyan.edu> Date: 19 Feb 91 18:24:17 GMT References: <1991Feb18.235611.24459@mthvax.cs.miami.edu> Distribution: na Organization: Wesleyan University Lines: 18 In article <1991Feb18.235611.24459@mthvax.cs.miami.edu>, wb8foz@mthvax.cs.miami.edu (David Lesher) writes: > The line wrap option {in the terminal mode setup menu} seems to turning > itself ON at random intervals. Note that this is occurring in the > middle of sessions. The only thing I can think of is incoming data is > somehow causing the switch. ... Is there a vt100 command that > {dis,en}ables line wrap. > .....wb8foz@mthvax.cs.miami.edu Yes, there are several escape sequences that can muck up your line-wrap -- most obvious candidate is "Autowrap On/Off" (DECAWM) given as [ ? 7 where = h for Autowrap On, = l for Autowrap Off; alternate version of this is ? 7 , where CSI = CHR$(155_decimal); other offenders might include the reset sequences DECSTR or RIS, given as [ ! p or ! p and c respectively, which reset default settings on just about everything. -- Fred