From 024ca3965e8aa776d2457974b616e58a0e213c5d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Oct 2012 22:29:26 +0200 Subject: add --symall and --altall as alternatives to +A + m manual fix + -X, -V, -K options --- manuals/manpage.0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manuals/manpage.0') diff --git a/manuals/manpage.0 b/manuals/manpage.0 index 229ad10..cb653f8 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -82,12 +82,12 @@ the pony will be selected randomly from that set of ponies. .B \-W, \-\-wrap \fIcolumn\fP The screen column where the message should be wrapped. .TP -.B \-A, \-\-all \fIcolumn\fP -Show all ponies, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM +.B \-A, \-\-all +List all pony files, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM and the second are non-MLP-FiM. .TP -.B \+A, \+\+all \fIcolumn\fP -Show both ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM +.B \+A, \+\+all, \-\-symall, \-\-altall +List all pony files, including alternatives names inside brackets, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. .SH ENVIRONMENT .TP -- cgit From 6b49c9412820479cc114204b580fe33801b1bd28 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Oct 2012 23:40:11 +0200 Subject: document the -o flag and update the change log --- manuals/manpage.0 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manuals/manpage.0') diff --git a/manuals/manpage.0 b/manuals/manpage.0 index cb653f8..5162a50 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -89,6 +89,9 @@ and the second are non-MLP-FiM. .B \+A, \+\+all, \-\-symall, \-\-altall List all pony files, including alternatives names inside brackets, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. +.TP +.B \-o, \-\-pony\-only, \-\-ponyonly +Just print the pony, nothing else like the speech balloon. .SH ENVIRONMENT .TP .B PONYSAY_BOTTOM -- cgit From dc38ab4e6d6302cf278df6e6adfcefe0afd841fe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 12 Oct 2012 01:56:08 +0200 Subject: colour options are almost fully functional, inplace balloons are problematic --- manuals/manpage.0 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manuals/manpage.0') diff --git a/manuals/manpage.0 b/manuals/manpage.0 index 5162a50..9627f62 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -92,6 +92,12 @@ the first list are the MLP:FiM and the second one are non-MLP:FiM. .TP .B \-o, \-\-pony\-only, \-\-ponyonly Just print the pony, nothing else like the speech balloon. +.TP +.B \+c, \-\-colour [\fIansi-colour\fP] +Colour the balloon, including link and message. For more colouring features, se the \fIinfo\fP +manual. The argument, \fIansi-colour\fP, should be a ANSI colour sequence without leading CSI +and without a tailing \fIm\fP, for example \fI1;31\fP will make it in red and bold (or bright +depending on the terminal.) .SH ENVIRONMENT .TP .B PONYSAY_BOTTOM -- cgit