[GH-ISSUE #72] asciinema enables XON/XOFF flow control and does not reset it #57

Closed
opened 2026-02-25 20:32:26 +03:00 by kerem · 4 comments
Owner

Originally created by @blueyed on GitHub (Nov 11, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/72

After using asciinema I have to re-issue the stty -ixon command, which is required to use C-s e.g. in Vim.

After recording the video this setting should be reset to its previous state.

Originally created by @blueyed on GitHub (Nov 11, 2014). Original GitHub issue: https://github.com/asciinema/asciinema/issues/72 After using `asciinema` I have to re-issue the `stty -ixon` command, which is required to use <kdb>C-s</kbd> e.g. in Vim. After recording the video this setting should be reset to its previous state.
kerem closed this issue 2026-02-25 20:32:26 +03:00
Author
Owner

@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.

<!-- gh-comment-id:62641212 --> @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.
Author
Owner

@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 reset manually triggers the same behavior.

<!-- gh-comment-id:62642702 --> @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 `reset` manually triggers the same behavior.
Author
Owner

@ku1ik commented on GitHub (Nov 12, 2014):

New version is being prepared on "go" branch, there's no reset there anymore.

<!-- gh-comment-id:62693579 --> @ku1ik commented on GitHub (Nov 12, 2014): New version is being prepared on "go" branch, there's no reset there anymore.
Author
Owner

@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.

<!-- gh-comment-id:67401186 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#57
No description provided.