Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!cmcl2!stealth.acf.nyu.edu!brnstnd From: brnstnd@stealth.acf.nyu.edu Newsgroups: comp.unix.questions Subject: Re: Printing via AUX-port of terminal to printer, how is this done? Message-ID: <933@stealth.acf.nyu.edu> Date: 4 Jan 90 18:55:30 GMT References: <1908@rivm05.UUCP> Sender: brnstnd@stealth.acf.nyu.edu Reply-To: brnstnd@stealth.acf.nyu.edu (Dan Bernstein) Distribution: usa Organization: IR Lines: 4 If you're using termcap, define po (printer on) and pf (printer off) as whatever codes are listed in the terminal's manual. Then use tput. ---Dan