diff options
Diffstat (limited to 'include/perl')
-rw-r--r-- | include/perl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/perl b/include/perl index 4a886f3..b2ab51f 100644 --- a/include/perl +++ b/include/perl @@ -51,6 +51,7 @@ @Use { @PerlSetup # pipe { } # pipe source through this # numbered { No } # No, Yes, or a line number + # numberedblanks { Yes } # No or Yes # style { fixed } # fixed, varying, or symbol # the following options apply when style is "fixed" @@ -58,6 +59,7 @@ # fixedfont { Courier } # font family # fixedsize { -1.0p } # font size # fixedline { 1.0vx } # line-space + # fixedblanklinescale { 1.0 } # blank-line scale # fixedspace { lout } # spacing mode # fixedtabin { 8 } # tab interval # fixedtabout { 8s } # tab width @@ -83,6 +85,7 @@ # varyingfont { } # font family # varyingsize { 1.0f } # font size # varyingline { 1.0vx } # line-space + # varyingblanklinescale { 1.0 } # blank-line scale # varyingtabin { 8 } # tab interval # varyingspace { lout } # spacing mode # varyingtabout { 3f } # tab width @@ -108,6 +111,7 @@ # symbolfont { } # font family # symbolsize { 1.0f } # font size # symbolline { 1.0vx } # line-space + # symbolblanklinescale { 1.0 } # blank-line scale # symbolspace { lout } # spacing mode # symboltabin { 8 } # tab interval # symboltabout { 3f } # tab width |