mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #656] Feature request: Add Support terminal size, match terminal size between source and destination on play #950
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#950
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 @esmaeelE on GitHub (Oct 15, 2024).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/656
Describe the bug
Add Support terminal size to match terminal size between source and destination on play.
when run
asciinema play file_name.castTo Reproduce
Steps to reproduce the behavior:
Run
asciinema play file_name.caston little size terminal window like xfce4-terminal.Here is simple demonstration.
Expected behavior
I think it would be good to add this feature to asciinema. The cast file must save the original terminal size on the recording side, and on the playback side, it should use this information to set the proper terminal window size.
Versions:
@ku1ik commented on GitHub (Oct 20, 2024):
I suppose #650 implements what you're suggesting, right?