-
Notifications
You must be signed in to change notification settings - Fork 619
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
failed to display color when piped to custom pager #216
Comments
Did you solve this? I'm having this same issue, on ArchLinux. |
@sentientmachin3 Unfortunately no. But it doesn't happen on my Archlinux. I'm using i3wm with xorg. |
@sentientmachin3 @Karmenzind I had this same issue on Mac as well. If you're using var pager = exec.Command("less", "-RF") From the man pages for
Found this out while looking at #157. Hope this helps! :) |
Thanks a lot! I tried |
Hi,
I need to invoke pager in my app to display long text. Here is the sample code:
It worked on Archlinux:
but failed on Debian (bookworm, on rasberrypi) and latest MacOS:
I don't think this was caused by your package but I wonder if you have any idea how to fix it.
Thanks very much.
The text was updated successfully, but these errors were encountered: