Amend HP text filter to use HP eject page command instead of formfeed (and

possibly wasting a page).
Submitted by:	 Stephen Montgomery-Smith <stephen@showme.missouri.edu>
This commit is contained in:
Doug White 1998-11-18 21:50:47 +00:00
parent 497749de04
commit 56f3748106
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3812
3 changed files with 3 additions and 3 deletions

View file

@ -1497,7 +1497,7 @@ exit 2</programlisting>
# Tells printer to treat LF as CR+LF. Writes a form feed character
# after printing job.
printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\f" &amp;&amp; exit 0
printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\033&amp;l0H" &amp;&amp; exit 0
exit 2</programlisting>
<para>Here is an example

View file

@ -1497,7 +1497,7 @@ exit 2</programlisting>
# Tells printer to treat LF as CR+LF. Writes a form feed character
# after printing job.
printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\f" &amp;&amp; exit 0
printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\033&amp;l0H" &amp;&amp; exit 0
exit 2</programlisting>
<para>Here is an example

View file

@ -1497,7 +1497,7 @@ exit 2</programlisting>
# Tells printer to treat LF as CR+LF. Writes a form feed character
# after printing job.
printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\f" &amp;&amp; exit 0
printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\033&amp;l0H" &amp;&amp; exit 0
exit 2</programlisting>
<para>Here is an example