mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #210] Set terminal size while playing #768
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#768
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crides on GitHub (May 26, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/210
While playing another video, the program should set the terminal size according to the description section in the json file, and set the size back to the original when the video is over. For instance, when I was playing a readline library example, the video's terminal size is wider, so there was problems in the playback. The original asciicast is attached. My terminal was 80x24. You can resize your terminal and play the video to see the problem. Thanks!
asciicast-84610.json.txt
@ku1ik commented on GitHub (Jun 11, 2017):
This is a duplicate of #198 .