From d993158cc82b25d2d6c2a013c640724fc0a2fd96 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 6 Jun 2013 11:09:15 +0900 Subject: [PATCH] oops - fix up readme example for ib/ie escapes. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 2598256b..0d4c619d 100644 --- a/README +++ b/README @@ -180,9 +180,9 @@ is[CW;H;FULL-PATH-OR-URL] example: printf("\033}is#5;3;%s\000" - "\033}ib#####\033}ie\n" - "\033}ib#####\033}ie\n" - "\033}ib#####\033}ie\n", "/tmp/icon.png"); + "\033}ib\000#####\033}ie\000\n" + "\033}ib\000#####\033}ie\000\n" + "\033}ib\000#####\033}ie\000\n", "/tmp/icon.png"); note that '#' is the replace character, and later '#' chars if inside begin/end escapes, will be replaced by the given media indicated