mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #72] asciinema enables XON/XOFF flow control and does not reset it #57
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#57
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 @blueyed on GitHub (Nov 11, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/72
After using
asciinemaI have to re-issue thestty -ixoncommand, which is required to use C-s e.g. in Vim.After recording the video this setting should be reset to its previous state.
@ku1ik commented on GitHub (Nov 11, 2014):
This is probably because of RESET sequence that is sent to the terminal after recording is finished. Next version doesn't suffer from this issue.
@blueyed commented on GitHub (Nov 11, 2014):
So is this fixed in Git already?
Or do you mean it's coming from here?
https://github.com/asciinema/asciinema-cli/blob/master/asciinema/commands/record.py#L61-63
However, I can confirm however that calling
resetmanually triggers the same behavior.@ku1ik commented on GitHub (Nov 12, 2014):
New version is being prepared on "go" branch, there's no reset there anymore.
@ku1ik commented on GitHub (Dec 17, 2014):
0.9.9 has just been released. It doesn't mess with XON/XOFF or any other terminal settings.