Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!JASPER.PALLADIAN.COM!dfm From: dfm@JASPER.PALLADIAN.COM (Don Morrison) Newsgroups: comp.sys.apollo Subject: Re: alternate Apollo VT100 fonts? Message-ID: <870520172128.8.DFM@WHITBY.PALLADIAN.COM> Date: Wed, 20-May-87 17:21:00 EDT Article-I.D.: WHITBY.870520172128.8.DFM Posted: Wed May 20 17:21:00 1987 Date-Received: Sat, 23-May-87 08:48:46 EDT References: <8705201452.AA01824@cod.nosc.mil> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Don Morrison Distribution: world Organization: The ARPA Internet Lines: 18 Date: Wed, 20 May 87 07:52:45 PDT From: dennis@cod.nosc.mil (Dennis Cottel) The vt100 simply uses a bunch of fonts >in /sys/dm/fonts. There are two sets, one large and one small, I >simply made all the large ones links to the small ones. The trouble with this is that different people sharing the same node want different fonts. A possibility is to make /sys/dm/fonts/vt100s?* links to ~user_data/somewhere, but then all those users who don't care would also have to make arrangements to have ~user_data/somewhere reference an appropriate font set. How about making them links through $(VT100FONTS) or some such, and setting VT100FONTS to /sys/dm/fonts by default in `node_data/startup.mumble, but changing it to your personal font directory, which then contains links back to the guys you want in /sys/dm/fonts, in one of your init files?