Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!dickmc From: dickmc@brl-tgr.ARPA (Dick McGee ) Newsgroups: net.micro Subject: Re: Z-100 question Message-ID: <10062@brl-tgr.ARPA> Date: Fri, 19-Apr-85 07:15:49 EST Article-I.D.: brl-tgr.10062 Posted: Fri Apr 19 07:15:49 1985 Date-Received: Sun, 21-Apr-85 02:30:35 EST References: <1671G3Z@PSUVM> Reply-To: dickmc@brl-tgr.ARPA (Dick McGee (MMW) ) Organization: Ballistic Research Lab Lines: 38 >The machine seems unwilling to >accept escape sequences, particularly the one for enabling auto linewrap >which is mentioned only in passing in the egredious Z-dos user manual. I found this technique in REMark, the Heath Users Group Magazine. The trick is to imbed the escape sequences in a text file and then do a TYPE filename to invoke the sequence. An undocumented feature of EDLIN the line editor is that when in the insert mode pressing the F8 key inserts an ESC ( ^[ is the symbol for ESCape) into the file. The sequence to invoke wrap is ESCv The sequence to invoke nowrap is ESCw A sample EDLIN session is: A:EDLIN WRAP. (Note the period after WRAP) EDLIN Version 1.02 New File *I 1*v 2* *E A:TYPE WRAP A: (line wrapping now on) Now make a file called NOWRAP substituting w for v Other sequences are NOCLICK ESCx2 CLICK ESCy2 This is for ZDOS but I have done similar things on the CPM side. You can use a screen editor if it has the capability of inserting (usually called quoting) control characters. Richard McGee, USA BRL brl-tgr!dickmc