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,
|
||||
wrap: false,
|
||||
tags: true,
|
||||
//content: fs.readFileSync(__filename, 'utf8')
|
||||
content: '{red-bg}' + blessed.escape('{{{{{}{bold}x{/bold}}') + '{/red-bg}'
|
||||
+ '\nescaped: {green-fg}{escape}{{{}{{a{bold}b{/bold}c{/escape}{/green-fg}'
|
||||
content: fs.readFileSync(__filename, 'utf8')
|
||||
//content: '{red-bg}' + blessed.escape('{{{{{}{bold}x{/bold}}') + '{/red-bg}'
|
||||
// + '\nescaped: {green-fg}{escape}{{{}{{a{bold}b{/bold}c{/escape}{/green-fg}'
|
||||
});
|
||||
|
||||
box.focus();
|
||||
|
|
Loading…
Reference in New Issue