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

Formats status message strings longer than cols #379

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

Commits on Jun 9, 2021

  1. Formats status message strings longer than cols

    Previously if msg1 of a status_mesg was longer than the number of
    columns, it would be overwritten by msg2.
    
    Now if msg1 is longer than the number of columns, msg2 is offset by 5
    from the end of msg1, and a vertical bar character '|' is placed to show
    the separation between lines. If the 5 character separation would place
    msg2 offscreen, the separation is not applied.
    
    Signed-off-by: Morgan Seltzer <[email protected]>
    MorganSeltzer000 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3e095f2 View commit details
    Browse the repository at this point in the history