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
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
I have demo scripts that I run through pawamoy/shelldemo, so my recordings with termtosvg are automated.
It means that at the end, I don't type exit or Ctrl-D, and therefore nothing else is written in the terminal.
But I like to add a pause (sleep N) to give time to the reader to read the last command's output. It seems termtosvg truncates this because there is no more activity at the end.
Is this a thing that could be "fixed" (I don't think it should be considered a bug) or termtosvg absolutely needs a last write to keep that period of inactivity?
The text was updated successfully, but these errors were encountered:
Yes, the last period of inactivity is truncated and the last frame is displayed for 1 second. In c9a3ecb I've added a -D switch to the command line interface to specify the delay between two loops of the animation.
I have demo scripts that I run through pawamoy/shelldemo, so my recordings with termtosvg are automated.
It means that at the end, I don't type exit or Ctrl-D, and therefore nothing else is written in the terminal.
But I like to add a pause (sleep N) to give time to the reader to read the last command's output. It seems termtosvg truncates this because there is no more activity at the end.
Is this a thing that could be "fixed" (I don't think it should be considered a bug) or termtosvg absolutely needs a last write to keep that period of inactivity?
The text was updated successfully, but these errors were encountered: