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

Fix Issue #25: Inappropriate Redrawn Multi-Line Asks #45

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

Commits on Mar 14, 2021

  1. Fix Issue heapwolf#25: Inappropriate Redrawn Multi-Line Asks

    heapwolf#25
    
    Prompts were causing bad user experience in situations where
    the prompt contains multiple lines. This is because prompt-sync
    will redraw the prompt as you type, and assumes it only takes
    up one line.
    
    The fix provided prints the whole ask string, before reassigning
    ask to be only the final line of the prompt. This way, redraws
    don't affect above lines.
    axelKingsley committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8ccd6b0 View commit details
    Browse the repository at this point in the history