From 2351c7f70c746ce35e13671201e809686e33fdc4 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 11 Mar 2015 18:15:46 +0100 Subject: Whitespace --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 7597e13..49aec06 100644 --- a/readme.md +++ b/readme.md @@ -198,16 +198,17 @@ For the output template: - `string` will print `string` with `#FF0000` color (red). -- `string` will print `string` with the first font from `additionalFonts`. - The index `0` corresponds to the standard font. +- `string` will print `string` with the first font from + `additionalFonts`. The index `0` corresponds to the standard font. - `` will insert the given bitmap. XPM image format is also supported when compiled with `--flags="with_xpm"`. -- `````` will execute given command when - clicked with specified buttons. If not specified, button is equal to 1 - (left mouse button). Using old syntax (without backticks surrounding `command`) - will result in `button` attribute being ignored. +- `````` will execute given command + when clicked with specified buttons. If not specified, button is + equal to 1 (left mouse button). Using old syntax (without backticks + surrounding `command`) will result in `button` attribute being + ignored. - `` allows the encapsulation of arbitrary text `str` (which must be `len` `Char`s long, where `len` is encoded as a decimal sequence). @@ -219,8 +220,7 @@ For the output template: and receives on standard input the line - ```foo/>``` + ```foo/>``` then it will display the text ```foo```, which, when clicked, will cause `test` to be echoed. -- cgit v1.2.3