Merge pull request #162 from baskerville/master

Commands in clickable areas aren't executed
This commit is contained in:
Giuseppe 2016-01-03 18:39:11 +01:00
commit 61985278f2
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ Set the text underline color. The parameter I<color> can be I<-> or a color in o
=item B<A>I<button>:I<command>:
Create a clickable area starting from the current position, when the area is clicked I<command> is executed. The area is closed when a B<A> token, not followed by : is encountered.
Create a clickable area starting from the current position, when the area is clicked I<command> is printed on stdout. The area is closed when a B<A> token, not followed by : is encountered.
Eg. I<%{A:reboot:} Click here to reboot %{A}>