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

Make banner size depend on terminal size #51811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 22, 2024

  1. Make the REPL banner resize to avoid wrapping

    We also spritz it up a bit using the new StyledStrings library, namely:
    - colouring the Help and Pkg key prompts
    - making the docs link a terminal link, and Pkg a link to the Pkg docs
    - using box drawing characters for the dividing line
    - making branch status more colourful
    - making the official version text more subdued
    
    With these change the four banners (from smallest to largest) are:
    1. A one-liner, for extreme circumstances (new)
    2. The short banner
    3. The large banner, with the description stacked vertically (new)
    4. The large banner, with the description stacked horizontally
    tecosaur committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0f4d783 View commit details
    Browse the repository at this point in the history