-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
What I'm trying to do:
I am running an app that redraws the screen, particularly it does this:
fmt.Printf("\033[%dA\033[J", d.lastLineCount)It does this to rerender the tree view based on events like task completion.
My expectation:
The complete output of the command is recorded. Based on what was rendered, the screenshot should match what is displayed in the terminal.
Actual results:
The termshot tool seems to capture only the first draw/render. It interrupts execution of the command.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels