oops - fix up readme example for ib/ie escapes.

This commit is contained in:
Carsten Haitzler 2013-06-06 11:09:15 +09:00
parent 0c1739cd28
commit d993158cc8
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -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