We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I scratched my head for a while figuring out why ghc-core wasn't working at all for me, then I tried this:
ghc-core
$ echo $PAGER less -S $ export PAGER=less
It worked just fine afterwards.
The text was updated successfully, but these errors were encountered:
I'd like to say I just experienced this same problem. I also think this is fixed in 630196a (> 3 years ago), but unfortunately this is not released.
Sorry, something went wrong.
Pipe into pager instead of using a temporary file.
630196a
Also, use $PAGER as a shell command instead of a raw binary name. Thanks, mikeplus64!
No branches or pull requests
I scratched my head for a while figuring out why
ghc-core
wasn't working at all for me, then I tried this:It worked just fine afterwards.
The text was updated successfully, but these errors were encountered: