Replies: 2 comments 2 replies
-
Not currently, but we could add support for this in the parser + add a new event. Do you want to work on that one? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would love to take a jab at it. Could you give me some pointers on where this would make the most sense to implement? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I use
libvaxis
to check if an image is still in terminal's memory using its id?I think it comes down to sending this terminal command
<ESC>_Ga=q,i=<image_id><ESC>\
and check for response:<ESC>_Gi=<id>;OK<ESC>\
if the image exists in memory<ESC>_Gi=<id>;ENOENT:<error message><ESC>\
if the image doesn't existBeta Was this translation helpful? Give feedback.
All reactions