From owner-freebsd-questions Tue Mar 5 15:04:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04423 for questions-outgoing; Tue, 5 Mar 1996 15:04:51 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA04418 for ; Tue, 5 Mar 1996 15:04:48 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA09342; Tue, 5 Mar 1996 16:01:41 -0700 From: Terry Lambert Message-Id: <199603052301.QAA09342@phaeton.artisoft.com> Subject: Re: staircase effect To: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Date: Tue, 5 Mar 1996 16:01:41 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <199603051841.PAA22493@unix1.ism.com.br> from "Helio Coelho Jr. - CompuLand Informatica" at Mar 5, 96 03:41:22 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > Anybody can tell me a filter to use in my printcap to eliminate > the "staircase effect" ? I own a epson stylus color. That only happens > when I print using "pr ... |lp". add ocrlf to the tty mode bits. You aren't getting a CR when you get an LF. This is really a bogus thing to do, since it break binary I/O to the printer (you'd have to have multipl filters setup. Typically, I correct this with a dipswitch on the printer. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.