[GH-ISSUE #35] Problems with color and -c option #628

Closed
opened 2026-03-15 04:28:23 +03:00 by kerem · 3 comments
Owner

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 -c option with the same command, colors are good in my screen but weird in ascii.io: http://ascii.io/a/5424

I double check my colors and all seemed ok.

I do a very little script to test:

#!/bin/sh

echo -e "\033[44;37;1mFoo\033[0m"
echo "Bar"

without -c: http://ascii.io/a/5421
with -c: http://ascii.io/a/5422

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 `-c` option with the same command, colors are good in my screen but weird in ascii.io: http://ascii.io/a/5424 I double check my colors and all seemed ok. I do a very little script to test: ``` bash #!/bin/sh echo -e "\033[44;37;1mFoo\033[0m" echo "Bar" ``` without -c: http://ascii.io/a/5421 with -c: http://ascii.io/a/5422
kerem closed this issue 2026-03-15 04:28:37 +03:00
Author
Owner

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

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

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

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

@marmotz commented on GitHub (Oct 2, 2013):

It's perfect, thanks !

<!-- gh-comment-id:25521354 --> @marmotz commented on GitHub (Oct 2, 2013): It's perfect, thanks !
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#628
No description provided.