mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 11:34:20 +00:00
ecf08f4ba7
a4d56fb moved the function from here 99f9d622e6/lib/widget.js (L9607-L9610)
to its own file, but didn't fill in any reference for the Screen variable.
6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
var blessed = require('../'),
|
|
screen = blessed.screen();
|
|
|
|
console.log(blessed.helpers.parseTags('{red-fg}This should be red.{/red-fg}'));
|
|
console.log(blessed.helpers.parseTags('{green-bg}This should have a green background.{/green-bg}'));
|