From 607fafbc3a40a615750e817f5e8b443b062579d8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 22 Aug 2012 05:16:32 +0200 Subject: manual update --- manuals/ponysay.texinfo | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 0d8c8b1..6689d5f 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -181,6 +181,13 @@ The argument can be a file name, but pony if it ends with @code{.pony}. Specify the screen column where the message should be wrapped, this is by default 40, which is inherited from @command{cowsay}. +@item -c +@itemx --compress +@cindex @command{-c} +@cindex @command{--compress} +Compress the message in the same way @command{cowsay} does, that is basically +without multiple spaces, one only paragraphs seperations. + @item -l @itemx --list @cindex @command{-l} @@ -346,6 +353,23 @@ Export @code{PONYSAY_TRUNCATE_HEIGHT} with the value @code{yes}, @code{y} or @code{1}, if you want to truncate the output on the height even if you are not running @command{ponysay} under TTY. +@item PONYSAY_UCS_ME +@cindex PONYSAY_UCS_ME +@cindex ucs +@cindex universal character set +@cindex unicode +@cindex ascii +Export @code{PONYSAY_UCS_ME} with the value @code{yes}, @code{y} or @code{1}, +if you want [simulated] symlink to pony files using Universal Character Set +in their names. Otherwise pony files uses only ASCII. If you want to remove +the ASCII:ised names export @code{PONYSAY_UCS_ME} with the value @code{harder}, +@code{h} or @code{2} instead. + +If you have not enabled this, UCS names are not usable, suggested or listed. +If you use @code{yes} UCS names will be usable, suggested or listed. If you +use @code{harder} ASCII:ised names will not be suggested or listed, but they +will still be usable. + @item PONYSAY_COWSAY @itemx PONYSAY_COWTHINK @cindex PONYSAY_COWSAY -- cgit