Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Avoid libtinfo specifically on linux, where we are seeing issues #541

Merged
merged 1 commit into from
Jun 13, 2019

Conversation

kripken
Copy link
Member

@kripken kripken commented Jun 13, 2019

As not having it removes colors on some systems. Oddly on one machine I didn't see this, but testing on another, I do - all the colors are gone.

The eventual solution may be to statically link libtinfo. Meanwhile with it we get errors on some linuxes but proper colors, and without it we avoid linux errors but have no colors. With this PR at least the loss of colors is just on linux.

See

emscripten-core/emsdk#252

#539

#540

…not having it removes colors on some systems
@kripken kripken requested a review from dschuff June 13, 2019 17:14
@kripken kripken merged commit 58e343a into master Jun 13, 2019
@kripken kripken deleted the condterminfo branch June 13, 2019 23:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants