Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/3/84; site genrad.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!john
From: john@genrad.UUCP (John Nelson)
Newsgroups: net.sources
Subject: Re: menunix for 4.2 BSD
Message-ID: <638@genrad.UUCP>
Date: Sun, 20-Jan-85 13:15:13 EST
Article-I.D.: genrad.638
Posted: Sun Jan 20 13:15:13 1985
Date-Received: Mon, 21-Jan-85 03:42:21 EST
References: <121@wanginst.UUCP>
Reply-To: john@genrad.UUCP (John Nelson)
Distribution: net
Organization: GenRad, Inc., Bolton, Mass.
Lines: 14

I haven't finished compiling menunix, but I DID notice that the sources did
not extract properly, mostly due to the fact that there were imbedded
control characters in literals which seem to have been stripped out by mailers
(because the author did not use \xxx to indicate control characters.)

menu.h:		#define ESC ''	/* this should be '\033' */

file.c,menu.c,image.c,linedit.c:  in each case, the string "" should be
       replaced with "\007" wherever it occurs.

Actually, image.c is included, but not used anywhere.  I am fairly sure that
this is all that needs to be fixed, since the number of additions makes the
character count correct (if you were typing in the control character itself
instead of the \xxx sequence instead).