-
Notifications
You must be signed in to change notification settings - Fork 1
Mediacopy to sixel file on host #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: debug
Are you sure you want to change the base?
Conversation
Does not yet receive the file, only initiates it on the VT340.
Does not yet receive the file, only initiates it on the VT340.
Does not yet receive the file, only initiates it on the VT340.
I didn't want to bother with adding mediacopy to the debug branch because I wasn't planning on keeping any of the debugging code - it was just there to help track down the issues you were seeing. I'm only going to merge in the actual fixes. And no, the |
This patch adds Ctrl-P to the debug build. It works well enough for that purpose but it could be better. In particular, I should convert it to C++ and fit it to your style.
Since it takes a while for the screenshot, it prints a message in the statusbar while it is working. Currently it hangs on systems which do not understand the VT340's Mediacopy to Host escape sequence.
Does
capabilities::_query()
handle timeouts when a terminal doesn't respond? I had been using termios in my code, but my understanding is that that doesn't work under Microsoft Windows.