Yaron Naveh
Yaron Naveh
Your error is "The program 'npm' is currently not installed". Please make sure you have installed correctly nodejs and npm. https://nodejs.org/en/
Sorry for missing the full output. Not sure what is exactly the issue here - try again in a new root to install blessed and blessed-contrib. Are the folders being...
most probably your terminal is not configured to use a monospace font. try to change its setting or use another terminal app that defaults to a monospace font such as...
do you have whitespace in your text for the logger (or other text)? If so does it work when not using white space?
Hi @FWeinb You can call tree.setData() anytime, including from a callback. Do you prefer to provide the data from the input properties? I think the current methods allows most flexibility....
@theredcat - you have been doing some work around this, do you have some preview to share?
Thanks @wildtang, I'm not sure I'll have the time to implement that soon but if anyone will submits a PR I'll gladly accept it.
sorry for the late reply, this is fixed now ([email protected]). you can use the colors module as in this example: https://github.com/yaronn/blessed-contrib/blob/master/examples/table-color.js there is one limitation: if the length of the...
I think the rich terminal shines with read only data since active interaction might be too complex. With that in mind I think what you ask for is the original...
Agree about filtering etc. I think this is still on the side of consuming content and not producing, so we see eye to eye. I think blessed has some of...