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(term): ansi: account for some wrap edge cases #59

Merged
merged 9 commits into from
Apr 8, 2024

Commits on Apr 1, 2024

  1. fix(term): ansi: account for some wrap edge cases

    Properly count escape codes, better handling of breakpoints, and only
    break word/breakpoint when necessary.
    
    Fixes: #58
    aymanbagabas committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3b07377 View commit details
    Browse the repository at this point in the history
  2. Update wrap.go

    aymanbagabas authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1f1d7e4 View commit details
    Browse the repository at this point in the history
  3. Update wrap.go

    aymanbagabas authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d5b68c6 View commit details
    Browse the repository at this point in the history
  4. Update wrap.go

    aymanbagabas authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    37ba4e2 View commit details
    Browse the repository at this point in the history
  5. Update wrap.go

    aymanbagabas authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3a16489 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. wip

    aymanbagabas committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    014cbcc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix

    aymanbagabas committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fb0cfc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix: preserve spaces in ansi strings and account for breakpoints

    Breakpoints are now respected and wrapped properly.
    Support non-breaking spaces
    aymanbagabas committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5b3147b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update wrap.go

    aymanbagabas authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0de7fd2 View commit details
    Browse the repository at this point in the history