chjj / blessed

A high-level terminal interface library for node.js.
Other
11.2k stars 528 forks source link

Overlay Image Disappears when Input focused #429

Open lukegalea opened 1 year ago

lukegalea commented 1 year ago

I'm trying to display an overlay image on screen with a prompt below it. All is well until the prompt is focused (via input()) which causes the overlay image to disappear, only to reappear with each keypress but disappear again as the cursor blinks.

I'm using the Kitty terminal.

Thanks in advance