diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-27 22:50:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-27 22:50:17 +0200 |
commit | 4d27b0a8733980577811ff79ca217a11c5c15ac6 (patch) | |
tree | cf6d2faeaff8e3c1297a714bd408647b30920598 /manuals | |
parent | 994b19712a5f9fb1cb870ebd4f583e05a08f1c32 (diff) | |
download | ponysay-4d27b0a8733980577811ff79ca217a11c5c15ac6.tar.gz ponysay-4d27b0a8733980577811ff79ca217a11c5c15ac6.tar.bz2 ponysay-4d27b0a8733980577811ff79ca217a11c5c15ac6.zip |
wrapping options from issue #108
Diffstat (limited to 'manuals')
-rw-r--r-- | manuals/manpage.0 | 4 | ||||
-rw-r--r-- | manuals/ponysay.texinfo | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/manuals/manpage.0 b/manuals/manpage.0 index 5407e2c..62fc9eb 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -80,7 +80,9 @@ is added as an argument to \fI-q\fP. If one or more ponies are added as an argum to \fI-q\fP the pony will be selected randomly from that set of ponies. .TP .B \-W, \-\-wrap \fIcolumn\fP -The screen column where the message should be wrapped. +The screen column where the message should be wrapped, the balloons extra width is taken +into consideration. If the argument is not an integer, but starts instead with \fIn\fP, +no wrapping is done, and if it starts with \fIi\fP the width of the terminal is used. .TP .B \-A, \-\-all List all pony files, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 1fa708f..a558575 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -248,7 +248,14 @@ balloon style is specified a fallback style will be used. @opindex @option{-W} @opindex @option{--wrap} Specify the screen column where the message should be wrapped, this is by default 40, -as with @command{cowsay}. +as with @command{cowsay}. If the argument is not an integer, but starts instead with +@code{n} (for ‘none’ or ‘no’), no wrapping is done, and if it starts with @code{i} +(for ‘inherit’) the width of the terminal is used. + +@code{n} and @code{i} is case insensitive, so you may use @code{N} and @code{I} +instead. Additionally, typo correction is for QWERTY and Dvorak is built in to +@command{ponysay}; the nearest key, either to the left or to the right, depending +on which hand is used to press the key, is also allowed. @item -c @itemx --compress @@ -2054,6 +2061,8 @@ than unlimited. Currently this cannot be modified (without editing the source co @item If file descriptor 3 is definied when @command{ponysay} is executed, extra information is printed to it. +@item +Arguments starting with @code{n} or @code{i} is allowed for @option{-W}. @end itemize |