Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1exp 11/4/83; site ihuxf.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!eagle!mhuxl!ihnp4!ihuxf!larry From: larry@ihuxf.UUCP Newsgroups: net.sources Subject: Re: Error/Problem with Vtclock.c Message-ID: <1670@ihuxf.UUCP> Date: Thu, 8-Dec-83 18:38:20 EST Article-I.D.: ihuxf.1670 Posted: Thu Dec 8 18:38:20 1983 Date-Received: Sat, 10-Dec-83 22:13:12 EST References: <641@minn-ua.UUCP> <214@teldata.UUCP> Organization: AT&T Bell Labs, Naperville, Il Lines: 15 I really didn't understand the comment about the cursor save escape code having to be typed in from the terminal -- I know that I just put the "\0337" in there and it works just fine! This brings up another point (that a couple people tripped over). The esacpe codes were all given as: \33 --which SOMETIMES is fine, until the escape is followed by another valid OCTAL number -as in "\337" -- our compiler here did NOT make this an escape char followed by an ascii 7, instead it generated the single character for 337(octal). To be safe, I went thru and editted all the \33 and changed them to \033 --after that all worked fine. -- Larry Marek ihnp4!ihuxf!larry