aboutsummaryrefslogtreecommitdiff
path: root/manuals/ponysay.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-12 01:56:08 +0200
committerMattias Andrée <maandree@operamail.com>2012-10-12 01:56:08 +0200
commitdc38ab4e6d6302cf278df6e6adfcefe0afd841fe (patch)
tree88a8c94760ce137ecfe949a4deaef5cfd641b9c5 /manuals/ponysay.texinfo
parent6b49c9412820479cc114204b580fe33801b1bd28 (diff)
downloadponysay-dc38ab4e6d6302cf278df6e6adfcefe0afd841fe.tar.gz
ponysay-dc38ab4e6d6302cf278df6e6adfcefe0afd841fe.tar.bz2
ponysay-dc38ab4e6d6302cf278df6e6adfcefe0afd841fe.zip
colour options are almost fully functional, inplace balloons are problematic
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r--manuals/ponysay.texinfo41
1 files changed, 41 insertions, 0 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index 5df4fd2..a43a781 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -322,6 +322,45 @@ compatibilies.
Use Linux VT's compatbilies with KMS utilisation, despite your terminal's actual
compatibilies.
+@item +c
+@itemx --colour ANSI-COLOUR
+@opindex @option{+c}
+@opindex @option{--colour}
+Colour the balloon, including link and message (the parts that are not individually
+specified.) The argument, should be a ANSI colour sequence without leading CSI and
+without a tailing ‘m’, for example @code{1;31} will make it in red and bold (or bright
+depending on the terminal.)
+
+@item --colour-bubble
+@itemx --colour-balloon ANSI-COLOUR
+@opindex @option{--colour-bubble}
+@opindex @option{--colour-balloon}
+Just like @option{--colour}, but it only colours the balloon, without the message
+or link.
+
+@item --colour-link ANSI-COLOUR
+@opindex @option{--colour-link}
+Just like @option{--colour}, but it only colours the balloon link.
+
+@item --colour-msg
+@itemx --colour-message ANSI-COLOUR
+@opindex @option{--colour-msg}
+@opindex @option{--colour-message}
+Just like @option{--colour}, but it only colours the message.
+
+@item --colour-pony ANSI-COLOUR
+@opindex @option{--colour-pony}
+Just like @option{--colour}, but it colours the pony. This colouring has no
+effect ony regular pony files, as it has its own colouring.
+
+@item --colour-wrap
+@itemx --colour-hyphen ANSI-COLOUR
+@opindex @option{--colour-wrap}
+@opindex @option{--colour-hyphen}
+Just like @option{--colour}, but it colours hyphen added by the word wrapping.
+By default this is red (@code{31}), if you want uncoloured use @code{0},
+without @code{0} or @code{39}, the default @code{31} is presistent.
+
@end table
@opindex @var{message}
@@ -1926,6 +1965,8 @@ The word wrapper colours the inserted hyphens in red.
Support for terminal capabilities emulation with the flags @option{-X}, @option{-V} and @option{-K}.
@item
Support for printing just the pony, using the flag @option{-o}.
+@item
+Colouring option flags are added.
@end itemize