OK, quick check, what's "/033E"? I'm reading it like an octal. For
now, I'm going to assume it was a typo and you meant the octal code
\033.
Here's some things I might try:
*) Put the \033 into your documents, where you want it.
This is of course the cleanest solution.
*) Modify your /etc/printcap to add the following line to your
printer entry:
:ff=\033:
This redefines formfeed for anyone who asks.
*) Create a little output filter that essentially does a "tr \014
\033". Then add an output filter in /etc/printcap (see "man
printcap").
Hope that helps some.
Rob
On Thu, Nov 04, 1999 at 08:43:26PM -0600, Hanigan Family wrote:
> Hi,
> Does anyone know how to change the form feed
> in the print filter to a reset. I found the filter file but
> it sends the print jobs to various sub filters and
> I didn't have much luck figuring out where these are.
> I know that I want to change /014 with /033E if I
> just know where they were. It would save alot
> of paper as I now have to send a reset after every
> envleope so it won't print my invoices on envelopes.
> Thanks.
> Linda
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.