-
Notifications
You must be signed in to change notification settings - Fork 19
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
LESS_TERMCAP standout color settings not working #114
Comments
I tried this with Can you give an example / screenshot / repro case / something to demonstrate what you want to turn blue with this setting? Since I don't use the |
And search hits, I saw that now as well. |
Cool, so it's search hits and the bottom status bar that should get the |
Released 1.11.3 with this change in it. If you're on Homebrew, here's the release status: Homebrew/homebrew-core#119468 Please let me know how it works for you! |
@walles It works perfectly! Thanks for making that update. I've now switched over to using |
I just recently switched over to
moar
fromless
and it seems thatmoar
doesn't respect the LESS_TERMCAP standout color settings asless
does. My standout color settings are set by:This should produce highlighting with a light blue background and white foreground text. However,
moar
appears to be only inverting the color of the text and background for standout mode.Per #14
moar
should respect LESS_TERMCAP settings in the same way asless
.The text was updated successfully, but these errors were encountered: