mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #675] Cannot stop looped playback #960
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#960
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 @rcorre on GitHub (Feb 23, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/675
Describe the bug
When I play a cast with
--loop, I cannot exit it.<ctrl+c>,<ctrl+d>, and<ctrl+z>do nothing.spacepauses playback but I still can't exit it. I have to open a new terminal and kill theasciinemaprocess.To Reproduce
Steps to reproduce the behavior:
asciinema play --loop demo.cast<ctrl+c>Expected behavior
Asciinema playback can be stopped with <ctrl+c>.
Versions:
Linux 6.13.3-arch1-1asciinema 3.0.0-rc.3foot version:1.20.2-107-gc63202ee (Feb 10 2025, branch 'master') +pgo +ime +graphemes +toplevel-icon +system-bell -assertions`Additional context
Add any other context about the problem here.