mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #650] [MERGED] Add support for play -r. #558
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#558
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?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/650
Author: @gnachman
Created: 9/19/2024
Status: ✅ Merged
Merged: 5/6/2025
Merged by: @ku1ik
Base:
develop← Head:resizing📝 Commits (1)
5ec65c9Add support for play -r.📊 Changes
3 files changed (+37 additions, -3 deletions)
View changed files
📝
src/cli.rs(+4 -0)📝
src/cmd/play.rs(+1 -0)📝
src/player.rs(+32 -3)📄 Description
The new
-ror--resizeoption causes asciinema to sendCSI 8 ; <width> ; <height> tforrcommands in the Asciicast. This causes the terminal window to resize as it did during the recording. This commit also sets the initial size. Doing so causes recordings of interactive programs to render properly.Resizing is off by default for backward compatibility.
I see this was discussed previously but as far as I can tell it was closed without being implemented.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
catsubcommand be capable to actually concatenate multiple recordings #1117