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!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix Subject: Re: Need nroff escape sequence help Message-ID: <9749@brl-tgr.ARPA> Date: Fri, 5-Apr-85 17:03:02 EST Article-I.D.: brl-tgr.9749 Posted: Fri Apr 5 17:03:02 1985 Date-Received: Mon, 8-Apr-85 00:20:35 EST References: <16231@mgweed.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 11 > I am updating my Diablo 630 filter and would like to implement: > > 5 = reverse half horizontal > 6 = forward half horizontal "nroff" uses a table for each supported terminal type that contains character sequences needed for a variety of functions. It also describes the width of each individual character, so at least in theory it can support proportional printing. However, its horizontal spacing is done by a combination of space characters and "plot mode" escapes. There is a "narrow space" character but that's it.