reblessed icon indicating copy to clipboard operation
reblessed copied to clipboard

A high-level terminal interface library for node.js.

Results 7 reblessed issues
Sort by recently updated
recently updated
newest added

This PR fixes #24 by ensuring a form's `_children` array is rebuilt every time the form focus element is moved, to correctly handle structural changes of form input elements.

After dynamically adding an input element (e.g. textbox) to a form, the new element is not present anywhere in the focus cycle. This occurs because the dynamically built `_children` array...

It seems that some emoji's have a tendency to break boxes. Something due to the length of the emoji not being detected. | banana | | banana 🍌 |

bug

There are two issues with the scrollback limit of the Log component. 1. shiftLine is used incorrectly (two arguments instead of one), so only a single line is removed from...

Hi! First of all, thank you for creating a fork of blessed. I am currently in the process of writing a JSX wrapper for blessed and I've wanted to use...

Hello! I'm currently in the process of writing a terminal client for Discord, and I was looking to replace my usage of the blessed library with this fork. However, I...

to-do: run check on padding to dynamically allocate the value.

enhancement