Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: net.text,net.unix-wizards Subject: Re: 4.2bsd Spooling/ nroff/ Diablo printers Message-ID: <3713@utzoo.UUCP> Date: Sat, 31-Mar-84 19:44:53 EST Article-I.D.: utzoo.3713 Posted: Sat Mar 31 19:44:53 1984 Date-Received: Sat, 31-Mar-84 19:44:53 EST References: <433@umn-cs.UUCP> Organization: U of Toronto Zoology Lines: 11 The problem is that for many printers, the 450-likes included, nroff wants to talk *directly* to the terminal so that it can do ioctls to turn things like CRMOD on and off. The code as distributed works, but by trying to run it through a spooler you are breaking it. The simplest solution is to change tab450.c so that a reverse linefeed is done by two reverse half-line motions in sequence, which eliminates the problem with a newline appearing in the middle of a magic sequence and thus eliminates the need to fiddle with CRMOD. -- Henry Spencer @ U of Toronto Zoology {allegra,ihnp4,linus,decvax}!utzoo!henry