From 8512afbb2c3be1897101da0b23edb258715475e6 Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Thu, 4 Sep 2014 11:27:26 +0400 Subject: Mention XPM support in readme.md when is introduced --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f8ad0db..7a0116b 100644 --- a/readme.md +++ b/readme.md @@ -199,7 +199,8 @@ For the output template: - `string` will print `string` with `#FF0000` color (red). -- `` will insert the given bitmap. +- `` 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 @@ -486,7 +487,8 @@ form: -which will produce the expected result. +which will produce the expected result. Accepted image formats are XBM +and XPM (when `with_xpm` flag is enabled). It's also possible to use action directives of the form: -- cgit v1.2.3