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: port breakLines to wrap-ansi #1106

Merged
merged 4 commits into from Apr 26, 2022
Merged

Commits on Apr 24, 2022

  1. fix: port breakLines to wrap-ansi

    This PR addresses incorrect line wrapping with `terminal-link`. It does so by employing the `wrap-ansi` npm.
    
    Fixes SBoudrias#1014
    Fixes SBoudrias#304
    starpit committed Apr 24, 2022
    Copy the full SHA
    69c61c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. - update core utils.js to use wrapAnsi as well

    - move wrapAnsi dependence out of the top-level
    starpit committed Apr 25, 2022
    Copy the full SHA
    b6a46b5 View commit details
    Browse the repository at this point in the history
  2. revert yarn.lock

    starpit committed Apr 25, 2022
    Copy the full SHA
    4644d33 View commit details
    Browse the repository at this point in the history
  3. add examples/terminal-link.js

    starpit committed Apr 25, 2022
    Copy the full SHA
    d74a9f4 View commit details
    Browse the repository at this point in the history