mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
Added mising variables in manpages
This commit is contained in:
parent
f8d6677b25
commit
e9fe58017b
2 changed files with 22 additions and 0 deletions
|
@ -100,6 +100,17 @@ do not want the output to be truncated on the width to fit the terminal.
|
||||||
.B PONYSAY_TRUNCATE_HEIGHT
|
.B PONYSAY_TRUNCATE_HEIGHT
|
||||||
Export \fIPONYSAY_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.
|
||||||
|
.TP
|
||||||
|
.B PONYSAY_UCS_ME
|
||||||
|
Export PONYSAY_UCS_ME with the value yes, y or 1,
|
||||||
|
if you want [simulated] symlink to pony files using Universal Character Set
|
||||||
|
in their names.
|
||||||
|
.TP
|
||||||
|
.B PONYSAY_KMS_PALETTE
|
||||||
|
.B PONYSAY_KMS_PALETTE_CMD
|
||||||
|
PONYSAY_KMS_PALETTE or PONYSAY_KMS_PALETTE_CMD is used to tell
|
||||||
|
ponysay how your TTY palette looks, this feature lets you get the best images
|
||||||
|
in TTY if you have Kernel Mode Setting (KMS) support.
|
||||||
.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>.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
|
@ -98,6 +98,17 @@ no desea que la salida sea truncada para que calce en la terminal.
|
||||||
.B PONYSAY_TRUNCATE_HEIGHT
|
.B PONYSAY_TRUNCATE_HEIGHT
|
||||||
Exporte \fIPONYSAY_TRUNCATE_HEIGHT\fP con el valor \fIyes\fP, \fIy\fP o \fI1\fP, si
|
Exporte \fIPONYSAY_TRUNCATE_HEIGHT\fP con el valor \fIyes\fP, \fIy\fP o \fI1\fP, si
|
||||||
desea truncar la salida en el largo aun si no se está dentro de una terminal \fIponysay\fP bajo TTY.
|
desea truncar la salida en el largo aun si no se está dentro de una terminal \fIponysay\fP bajo TTY.
|
||||||
|
|
||||||
|
.B PONYSAY_UCS_ME
|
||||||
|
Exportar PONYSAY_UCS_ME con el valor yes, y o 1,
|
||||||
|
Si es que busca 'simular enlaces simbólicos' a ponis usando 'Universal Character Set' (Set de caracteres universal)
|
||||||
|
[UCS] apuntanto a sus nombres.
|
||||||
|
.TP
|
||||||
|
.B PONYSAY_KMS_PALETTE
|
||||||
|
.B PONYSAY_KMS_PALETTE_CMD
|
||||||
|
PONYSAY_KMS_PALETTE o PONYSAY_KMS_PALETTE_CMD es usado para llamar a
|
||||||
|
ponysay usando la paleta TTY tal cual es, esto es usado para mostrar a las ponis usando la mejor calidad
|
||||||
|
de colores posible si esta bajo TTY y si posee su video soporta 'Kernel Mode Seting' (KMS) y está activo.
|
||||||
.SH BUGs
|
.SH BUGs
|
||||||
.nf
|
.nf
|
||||||
Los bugs pueden ser reportados en
|
Los bugs pueden ser reportados en
|
||||||
|
|
Loading…
Reference in a new issue