blessed
blessed copied to clipboard
A high-level terminal interface library for node.js.
Hi everyone I have a project using blessed to provide a dashboard in the console everyhting work as expected in linux and mac But in windows , i tried the...
Emojis seem to have double (?) the width of normal characters. This isn't accounted for in a box when using `.pushLine`. ```┌──────────────────────────────┐ │Test 🐢 │ │ │ │ │ │...
Fixes a problem where only the first 8 colors are used due to invalid caching.
Automatically focusing a button on 'press' results in a 'blur' being emitted on the thing that loses focus which can have undesired side effects. E.g. during a Textarea readInput a...
Keys might be `['enter']`, but I want the prefix to say `Enter`.
BEFORE: > If 256 or 88 colors is not supported. Blessed with reduce the color to whatever is available. NOW: > If 256 or 88 colors are not supported, Blessed...
Fix
Two features I was wishing for. That's all.