raster pushed a commit to branch master.

commit d993158cc82b25d2d6c2a013c640724fc0a2fd96
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Jun 6 11:09:15 2013 +0900

    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 2598256..0d4c619 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

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to