neo-blessed
neo-blessed copied to clipboard
A drop-in replacement for for Blessed. A high-level terminal interface library for node.js.
Hello, As we have the ability to display bold, and underline text, I'd like to be able to display italic text. Thanks !
does anyone know how to scroll in terminal? if i have a terminal instance ```typescript const term = blessed.terminal({}) { // ... } ``` and try to scroll with e.g....
blessed crashes when I set a `content` to `bigtext` with `TypeError: Cannot set properties of undefined (setting '0')` Runs: ``` let box = new blessed.bigtext({ top: (i/number).toString() + '%', left:...
Hello. I can use the following code to create a list ``` messagelist = blessed.list({ parent:screen, label:'{bold}{cyan-fg}#' + channel.name + '{/cyan-fg}{/bold}', tags:true, border:'line', width:"100%", top:0, left:0, bottom:1, mouse:true, scrollbar:{ ch:'',...
whenever the box that has the focus styling configured is focused, all of the elements in the screen had their style changed i have a UI that instantiates like this...
When using `input` and `output` on `Screen` is it possible to attach another stream later? I'm using [ssh2](https://www.npmjs.com/package/ssh2), and want to re-attach to existing `Screen` when a user re-connect with...
Is there any way to use `@types/blessed` with `neo-blessed`?
Is there a way to handle overflowing elements? Say `[A]` is `[B]`'s parent. Currently, it would look like this: ``` +---[A]---+ | +---[B]---+ | | | | +---------+ +---------+ ```...
Using WSL2, it's printing garbage to the screen when moving the mouse:  Have tried: ``` const screen = blessed.screen({ smartCSR: true }); screen.disableMouse(); ``` But says `disableMouse` is not...
This makes the project usable in Windows :)