Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!mit-eddie!eddie!aryeh From: aryeh@eddie.mit.edu (Aryeh M. Weiss) Newsgroups: comp.unix.xenix.sco Subject: Undocumented Xenix screen escape sequence Summary: Xenix screen responds to DEC private wraparound esc sequence Message-ID: <1991Jan10.170304.15620@eddie.mit.edu> Date: 10 Jan 91 17:03:04 GMT Sender: news@eddie.mit.edu (Usenet News) Organization: MIT EE/CS Computer Facilities, Cambridge, MA Lines: 16 I found that Xenix (2.3.1) responds to the DEC "private" escape sequences ESC [ ? 7 h turn wraparound on ESC [ ? 7 l turn wraparound off I.e., if you send or type ESC [ ? 7 l the screen no longer wraps to the next line when you get to the right hand side of the screen (the cursor sticks there until you carriage return). This only affects the current multiscreen, other screens remain in the mode they were in. ESC [ ? 7 h puts you back into wraparound mode. (I happened on this quite by accident. I think I had telnet'd to a VAX and told it I was a VT100 and at some point it sent the wrap off sequence.) This is not documented in screen(HW). It is documented in my old DEC VT100 manual. It's no big deal, it was just rather confusing for a couple of days.