mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #35] Problems with color and -c option #628
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#628
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 @marmotz on GitHub (Sep 12, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/35
When I launch a script that generate output with many colors, asciiio records my screen and all is ok: http://ascii.io/a/5423
But, if I use the
-coption with the same command, colors are good in my screen but weird in ascii.io: http://ascii.io/a/5424I double check my colors and all seemed ok.
I do a very little script to test:
without -c: http://ascii.io/a/5421
with -c: http://ascii.io/a/5422
@ku1ik commented on GitHub (Oct 2, 2013):
@marmotz I checked all 4 asciicasts and it seems the problem is gone now, the colors look good imho. It was fixed in a recent update to the player. If you still think sth is wrong just reopen the issue.
@ku1ik commented on GitHub (Oct 2, 2013):
@marmotz I checked all 4 asciicasts and it seems the problem is gone now, the colors look good imho. It was fixed in a recent update to the player. If you still think sth is wrong just reopen the issue.
@marmotz commented on GitHub (Oct 2, 2013):
It's perfect, thanks !