blessed-contrib icon indicating copy to clipboard operation
blessed-contrib copied to clipboard

Build terminal dashboards using ascii/ansi art and javascript

Results 96 blessed-contrib issues
Sort by recently updated
recently updated
newest added

I can hack up together something, but if anyone whose experienced with streams and printing to the terminal is interested to help get something working I'd be happy to use...

Hi @yaronn, The `picture-tube` package introduces a security vulnerability issue by its own dependency of an old `request` library version. It seems that `picture-tube` is quite old and un-maintained so...

The grid add a border on all the widgets. Add an option to remove them and only show the lines that separate the cells, it would get a little bit...

I created a simple API in `micro` and I am creating metrics on the connections, however I squeeze it via PM2 with this command: `pm2 start npm --name" connect "-...

Small sample to reproduce the issue: ```javascript let blessed = require("blessed"); let blessedContrib = require("../"); let screen = blessed.screen(); let spark = blessedContrib.sparkline({ "label": "Sparkline" }); screen.append(spark); spark.setData( [ "Sparkline1",...

I'm trying to display a countdown using the LCD and it looks like colons aren't being displayed correctly. Here's a code snippet so you can see what I was doing:...

Not sure why it isn't a peer dependency. Also mentioned in https://github.com/yaronn/blessed-contrib/issues/31.

I have tried everything. Please Help.

Hi, when I press enter on a empty tree show me that error, how can change that behaviour for "do nothing"? Error. TypeError: Cannot read property 'children' of undefined at...

Hi there, Just a small feature request for yPadding support on line widgets.