randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Images are not shown inline/persisted between script invocations in build results #352

Open tzakharko opened 2 years ago

tzakharko commented 2 years ago

I am using terminus build results panel to display images (via item2 protocol). The surprising behaviour I see is that a) image is displayed above any other script output and b) the image persists across multiple script invocations, so I end up with multiple stacked images from subsequent scripts. Interestingly enough, if I introduce a short 0.01 sec delay (using the sleep syscall), the image is displayed inline.

See the attached images.

terminus image issue