[comp.dcom.modems] Procomm 2.4.2 problem

wb8foz@mthvax.cs.miami.edu (David Lesher) (02/19/91)

[I first posted this to a msdos group, and got one {semi} response. On
reflection, I realize the experts may all be over here.]


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.

Has anyone else seen this happening? Is there a vt100 command that
{dis,en}ables line wrap. {If there is, I suppose that somehow termcap
may be sending me such a message.}

Any ideas, folks?

-- 
A host is a host from coast to coast.....wb8foz@mthvax.cs.miami.edu 
& no one will talk to a host that's close............(305) 255-RTFM
Unless the host (that isn't close)......................pob 570-335
is busy, hung or dead....................................33257-0335

flinton@eagle.wesleyan.edu (02/20/91)

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
	<esc> [ ? 7 <x>
where  <x> = h  for Autowrap On,  <x> = l  for Autowrap Off; alternate version
of this is  <CSI> ? 7 <x> , where  CSI = CHR$(155_decimal); other offenders
might include the reset sequences DECSTR or RIS, given as
	<esc> [ ! p  or  <CSI> ! p
and
	<esc> c
respectively, which reset default settings on just about everything.
-- Fred  <flinton@eagle.Wesleyan.EDU>  <fejlinton@{att|mci}mail.COM>