Skip to content
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

wrap to terminal width #249

Closed
wants to merge 1 commit into from
Closed

wrap to terminal width #249

wants to merge 1 commit into from

Commits on Aug 30, 2024

  1. wrap to terminal width

    We are using the prettyprinter library, which nicely wraps and indents
    the output to fit the screen, but we were using the default layout
    options, which assume that the screen is always exactly 80 characters
    wide. With a slightly sinful unsafePerformIO, we can use the terminal's
    actual width instead.
    gelisam committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    810bf2b View commit details
    Browse the repository at this point in the history