readme wrong

SVN revision: 81684
This commit is contained in:
Carsten Haitzler 2012-12-24 15:19:55 +00:00
parent 1982be3087
commit f6fd72c702
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -80,10 +80,10 @@ Extended escapes for terminology only:
[\033][{][COMMAND][\000]
i.e.
1. ESC char (\033 or 0x1b)
2. { char
2. } char
3... sequence of UTF8 chars other than nul (\000 or 0x00).
4 \000 char (nul byte or 0x00 to indicate end of sequence)
e.g.
echo -n '\033{Hello world\000'
echo -n '\033}Hello world\000'
Commands understood: