Commands in clickable areas aren't executed

This commit is contained in:
Bastien Dejean 2015-12-23 11:59:53 +01:00
parent 7c8eb7495b
commit d3d7a87b66
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}>