mirror of
https://github.com/david-schmidt/Davex.git
synced 2025-10-31 11:26:44 -07:00
Change carriage returns into linefeeds in all the Help files, without making any edits yet.
This commit is contained in:
@@ -1 +1,27 @@
|
||||
|
||||
|
||||
pset -- set up print options for NEC8023/ProWriter/Imagewriter
|
||||
(EXTERNAL)
|
||||
|
||||
syntax: pset [-n] [-1 y|n] [-b y|n] [-u y|n] [-8 y|n]
|
||||
[-s y|n] [-l <integer>] [-p <integer>]
|
||||
[-r y|n]
|
||||
|
||||
ex: pset -n
|
||||
pset -p12 -by -un
|
||||
pset -sy -1n -l10
|
||||
|
||||
Sets print options, assuming a NEC 8023 or ProWriter or ImageWriter is
|
||||
connected. Each option is explained below:
|
||||
|
||||
-n (normal) turn off special modes and set 10 cpi
|
||||
-1 y|n -1y set unidirectional printing; -1n sets bidirectional
|
||||
-b y|n boldface: yes or no
|
||||
-u y|n underlining: yes or no
|
||||
-8 y|n eight lines per inch: yes or no (no=6 lines per inch)
|
||||
-s y|n skip to new page every 60 lines: yes or no
|
||||
-l # set left margin in characters (normally 0)
|
||||
-p # set pitch; may be 5, 6, 8, 10, 12, or 17
|
||||
-r y|n reverse formfeed direction; y=reverse, n=forward
|
||||
|
||||
Note: -s and -n reset the printer's top of form, so they should be
|
||||
used only when the printer is at the top of a page.
|
||||
|
||||
Reference in New Issue
Block a user