Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong colors in screen and tmux. #158

Closed
sesm opened this issue Apr 19, 2013 · 6 comments
Closed

Wrong colors in screen and tmux. #158

sesm opened this issue Apr 19, 2013 · 6 comments

Comments

@sesm
Copy link

sesm commented Apr 19, 2013

Using 'ponysay' under screen or tmux messes up the colors.

Environment: ponysay 3.0.1, openSUSE 12.2, reproducible in any terminal I tried (GNOME terminal, Guake, real TTY).

Screenshots from GNOME terminal are attached:

no_multiplexer
screen
tmux

@maandree
Copy link
Collaborator

Yes, multiplexers seem to only allow the 16 lower colours, that are user customised, and filter palette changes…
The pony maker (https://github.com/maandree/util-say) not just implemented to make the best of out of this,
but it has all data collected that is needed to do so, however it will probably not look much better than vlc video in non-framebuffer console mode.

(marking as duplicate, and closing, as this is an already documented issue)

@sesm
Copy link
Author

sesm commented Apr 19, 2013

Thanks for quick and detailed response!

@JotaRandom
Copy link
Collaborator

For the record: VT100 and upper/more are the only capable of printing the esc[ used for print numbers indiferent if terminal version or type support that think that print the colors

and... this is dupplicated of issue #

@maandree
Copy link
Collaborator

I do not think, there is a an issue, specific to this, however, issue #1 is very similar and it is documented. It is also an a todo in util-say which is the program (well any other than ponysay actually), that should solve this, than it is just up to ponysay to implement it similarly to how KMS is implemented.

@sesm
Copy link
Author

sesm commented Jan 4, 2014

Just discovered, that tmux can be started with 256-color support: "tmux -2". This solves the problem in graphical terminal emulators.

@maandree
Copy link
Collaborator

maandree commented Jan 4, 2014

Awesome, this will be documented!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants