mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #199] [CLOSED] Ignore stdin during playback #1024
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#1024
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/199
Author: @cassdeckard
Created: 3/24/2017
Status: ❌ Closed
Base:
master← Head:ignore_stdin📝 Commits (3)
fe0923cTake control of terminal on play and restore on exitd00ce35May as well use curses for everything1eaeafeFix PEP8 problems📊 Changes
1 file changed (+26 additions, -8 deletions)
View changed files
📝
asciinema/player.py(+26 -8)📄 Description
Potential fix for #108 using
curses.Also has the side-effect of clearing the terminal at the beginning of the playback and restoring it afterward, which seems like a good thing.
It would be pretty easy to implement #198 on top of this as well, since retrieving and setting the terminal size are simple functions in
curses🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.