mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
derp
This commit is contained in:
parent
241ace5d51
commit
615f84ca5c
1 changed files with 7 additions and 4 deletions
11
manpage.1
11
manpage.1
|
@ -61,17 +61,20 @@ The screen column where the message should be wrapped
|
||||||
.B PONYSAY_BOTTOM
|
.B PONYSAY_BOTTOM
|
||||||
Under TTY (Linux VT), if the output is larger the the screen's height, only the beginning is
|
Under TTY (Linux VT), if the output is larger the the screen's height, only the beginning is
|
||||||
printed, leaving two blank lines. If you want the buttom to be printed rather the the beginning
|
printed, leaving two blank lines. If you want the buttom to be printed rather the the beginning
|
||||||
you can export \fBPONYSAY_BOTTOM\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP.
|
you can export \fIPONYSAY_BOTTOM\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP.
|
||||||
|
.TP
|
||||||
.B PONYSAY_SHELL_LINES
|
.B PONYSAY_SHELL_LINES
|
||||||
Under TTY (Linux VT), if the output is larger the the screen's height, two lines are left blank.
|
Under TTY (Linux VT), if the output is larger the the screen's height, two lines are left blank.
|
||||||
If you want moer, or less, blank lines you can export \fBPONYSAY_SHELL_LINES\fP with the value
|
If you want more, or less, blank lines you can export \fIPONYSAY_SHELL_LINES\fP with the value
|
||||||
of how many blank lines you want. Naturally this takes effect if the output is not actually larger
|
of how many blank lines you want. Naturally this takes effect if the output is not actually larger
|
||||||
than the screen.
|
than the screen.
|
||||||
|
.TP
|
||||||
.B PONYSAY_FULL_WIDTH
|
.B PONYSAY_FULL_WIDTH
|
||||||
You can export \fBPONYSAY_FULL_WIDTH\fP with the value \fIno\fP, \fIn\fP or \fI0\fP, if you
|
You can export \fIPONYSAY_FULL_WIDTH\fP with the value \fIno\fP, \fIn\fP or \fI0\fP, if you
|
||||||
do not want the output to be truncated on the width to fit the terminal.
|
do not want the output to be truncated on the width to fit the terminal.
|
||||||
|
.TP
|
||||||
.B PONYSAY_TRUNCATE_HEIGHT
|
.B PONYSAY_TRUNCATE_HEIGHT
|
||||||
Export \fBPONYSAY_TRUNCATE_HEIGHT\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP, if you
|
Export \fIPONYSAY_TRUNCATE_HEIGHT\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP, if you
|
||||||
want to truncate the output on the height even if you are not running \fIponysay\fP under TTY.
|
want to truncate the output on the height even if you are not running \fIponysay\fP under TTY.
|
||||||
.SH BUG
|
.SH BUG
|
||||||
Bugs can be reported in <\fBhttps://github.com/erkin/ponysay/issues\fP>.
|
Bugs can be reported in <\fBhttps://github.com/erkin/ponysay/issues\fP>.
|
||||||
|
|
Loading…
Reference in a new issue