"Terminfo parse error" on Windows7
I got "Terminfo parse error" dialog on ~~cmd.exe~~ when I run test/widget-scroolable-boxes.js It seems that blessed.screen uses "windows-ansi" as terminal.(I tried to print screen.terminal value.)
Anyone know how to solve it?
Also looking for answers. I was trying the video widget. I tried it in PowerShell, and Powershell running inside ConEmu - both give terminfo parse error.
@deanius , thanks for the test. I'm waiting for your answers.
Same here. You can use this on screen object to hide the prompt. But still
warnings: false
Any updates?
How about passing
terminal: "xterm"
to blessed.screen?
I have the same issuse when I test image or video widget on ms terminal of windows 11.