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:
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
|
@ -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&k2G" && cat && printf "\f" && exit 0
|
||||
printf "\033&k2G" && cat && printf "\033&l0H" && exit 0
|
||||
exit 2</programlisting>
|
||||
|
||||
<para>Here is an example
|
||||
|
|
|
@ -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&k2G" && cat && printf "\f" && exit 0
|
||||
printf "\033&k2G" && cat && printf "\033&l0H" && exit 0
|
||||
exit 2</programlisting>
|
||||
|
||||
<para>Here is an example
|
||||
|
|
|
@ -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&k2G" && cat && printf "\f" && exit 0
|
||||
printf "\033&k2G" && cat && printf "\033&l0H" && exit 0
|
||||
exit 2</programlisting>
|
||||
|
||||
<para>Here is an example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue