-
Notifications
You must be signed in to change notification settings - Fork 38
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
0.17.1.1 no longer displays color #339
Comments
Could you provide screenshots ? For 0.17.0 and 0.17.1.1 |
Weird, I checked elinks-0.17.0 and elinks-0.17.1.1. |
Happy to try it if you can provide a binary or a macos build script, but after banging my head against your INSTALL docs, dependencies, autoconf, and meson for about 30 minutes I'm still getting various errors so I'm having trouble building it myself. |
@calebhearth you can try the script I use to build, it will populate netsurf/etc, maybe it works for you? |
@calebhearth oh I just noticed you said "macos," my script probably only works on linux |
@calebhearth, how have you built elinks-0.17.0 and elinks-0.17.1.1, could you show build scripts? |
Both installed from homebrew |
@calebhearth I have no MacOS, but If I had, I would try: |
That worked great. Thanks for your patience.
This behaves like 0.17.0 did, dumping colors as expected from those screen shots for color modes 1-4. It looks like Homebrew switched from Make to Meson between 0.17.0 and 0.17.1.1, but used Meson to build the 0.18.GIT version. My thought is that there may have been some issue with that that was since resolved. |
@rkd77 This may have been an issue with Homebrew for all I know. As things look good for the 0.18.GIT release, I'm happy to call this resolved if you agree. I'll stick with 0.17.0 until 0.18.0 is released so that I don't lose the color dumping. Feel free to close! Just in case you're curious, I'm using felinks in combination with vim's TOhtml command and a git script to grab the content of a function and dump it to my terminal colored as if by my EDITOR. It's pretty nifty, and I appreciate that felinks enables it. Thanks! |
Let's wait for 0.18.0 then. |
In the linked HTML file, calling
elinks -dump -dump-color-mode 3
would dump colors as defined in the style tag. It would also display those colors when that file was opened withelinks
.In both cases, there was no config and the TERM was set to
xterm-kitty
using the Kitty terminal, but it's the same behavior in macOS' Terminal.app with TERM=xterm-256color.This was previously working in 0.17.0
The text was updated successfully, but these errors were encountered: