Simplify example stdout

This commit is contained in:
Marcin Kulik
2015-10-20 11:38:04 +02:00
parent b5b9830f8c
commit e8ac53f2d6

View File

@@ -46,17 +46,17 @@ A very short asciicast may look like this:
"command": "/bin/zsh", "command": "/bin/zsh",
"title": "", "title": "",
"env": { "env": {
"TERM": "screen-256color", "TERM": "xterm-256color",
"SHELL": "/bin/zsh" "SHELL": "/bin/zsh"
}, },
"stdout": [ "stdout": [
[ [
0.248848, 0.248848,
"\u001b[1m\u001b[3m%\u001b[23m\u001b[1m\u001b[0m" "\u001b[1;31mHello \u001b[32mWorld!\u001b[0m\n"
], ],
[ [
0.001376, 1.001376,
"\r\u001b[0m\u001b[23m\u001b[24m\u001b[J\u001b[34" "I am \rThis is on the next line."
] ]
] ]
} }