Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

SAVECONSOLE command doesn't save entire scrollback buffer

Jun
149
13
SAVECONSOLE command appears to just be saving what's in the visible viewport both with and without the /H option.

From the Take Command menus, Home --> Save HTML saves the entire scrollback buffer.

----------------------------------------
TCMD Version 36.01.55
TCC 36.01.55 x64 Windows 11 [Version 10.0.26200.8655]
_ConPTY: 1 (Yes)
 
That's a tricky one -- because ConPTY sessions don't have a scrollback buffer. All TCC knows is that it has a buffer that's exactly the size of the screen.

The ConPTY scrollback buffer is actually in Take Command (or Windows Terminal). So Take Command can save the buffer, but TCC cannot.
 
That's a tricky one -- because ConPTY sessions don't have a scrollback buffer. All TCC knows is that it has a buffer that's exactly the size of the screen.

The ConPTY scrollback buffer is actually in Take Command (or Windows Terminal). So Take Command can save the buffer, but TCC cannot.

So, perhaps some future version might add a mechanism for TCC to request access via Take Command?
 
Back
Top