revert nowrap test back to old content.
This commit is contained in:
parent
b19af4deb7
commit
9a70b404af
|
@ -14,9 +14,9 @@ var box = blessed.box({
|
||||||
width: 60,
|
width: 60,
|
||||||
wrap: false,
|
wrap: false,
|
||||||
tags: true,
|
tags: true,
|
||||||
//content: fs.readFileSync(__filename, 'utf8')
|
content: fs.readFileSync(__filename, 'utf8')
|
||||||
content: '{red-bg}' + blessed.escape('{{{{{}{bold}x{/bold}}') + '{/red-bg}'
|
//content: '{red-bg}' + blessed.escape('{{{{{}{bold}x{/bold}}') + '{/red-bg}'
|
||||||
+ '\nescaped: {green-fg}{escape}{{{}{{a{bold}b{/bold}c{/escape}{/green-fg}'
|
// + '\nescaped: {green-fg}{escape}{{{}{{a{bold}b{/bold}c{/escape}{/green-fg}'
|
||||||
});
|
});
|
||||||
|
|
||||||
box.focus();
|
box.focus();
|
||||||
|
|
Loading…
Reference in New Issue