mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #194] terminal control artifacts w/ ptpython (prompt_toolkit?) #757
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#757
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 @yarko on GitHub (Feb 22, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/194
recording vs playback when using
ptpythonas a repl being recorded works pretty well (even as the file size is large) --- but for newlines after a repl command is evaluated: there are terminal control artifacts.the playback pattern emitted (which is not part of the recording) is, for example, of the form:
where {n} is some variable number (I've seen, briefly, {18..22}).
As a sanity check, it seems to work ok with
bpython.asciinema pip installed version 1.3.0, under python 3.6.0 on ubuntu 16.04
@ku1ik commented on GitHub (Feb 22, 2017):
I think this may be related to #108.
@tiagocoutinho commented on GitHub (Feb 23, 2017):
I pretty sure it is the same as #192. Although #192 might be related to #108.
@cassdeckard commented on GitHub (Mar 24, 2017):
This is definitely a duplicate of #192 which is itself a duplicate of #108. I suggest closing this issue and #192 and focusing on #108.