You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save screenshot (of full screen or screen cell region) and receive it through stdin
save screenshot (of full screen or screen cell region) and upload it to the storage pool with a given name
It should be possible to operate on the full screen with and without padding as well as on only a region of the screen, using screen cell coordinates.
Question is whether that should be possible to take a screenshot of the scrollback area or not. This sounds like something that the user would probably want to have configurable anyways.
The text was updated successfully, but these errors were encountered:
I know there is mediacopy (See https://github.com/hackerb9/vt340test/blob/main/mediacopy/mediacopy.sh).
But this feels rather complex to me and I wonder if that could be very much trivialized into one or two simple VT sequences with only few parameters.
Idea is:
It should be possible to operate on the full screen with and without padding as well as on only a region of the screen, using screen cell coordinates.
Question is whether that should be possible to take a screenshot of the scrollback area or not. This sounds like something that the user would probably want to have configurable anyways.
The text was updated successfully, but these errors were encountered: