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

Word wrapping #1887

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Word wrapping #1887

wants to merge 13 commits into from

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    4f59928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b419b95 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add styling fixes

    Cimbali committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ec2784d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Cimbali committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2339c02 View commit details
    Browse the repository at this point in the history
  3. Fix typechecking

    Cimbali committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a26c6f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Edge case

    Cimbali committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2834081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75a1128 View commit details
    Browse the repository at this point in the history
  3. Actually implement truncation mentioned in PR

    Also small fixes to character width computation
    Cimbali committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    925cb42 View commit details
    Browse the repository at this point in the history
  4. Add an example

    Cimbali committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    42b48d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Don’t assume we’re wrapping a content line

    Though it should be the most common case, maybe we may have to wrap some
    is_input=False content.
    Cimbali committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    aa25eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c8acf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d907f9 View commit details
    Browse the repository at this point in the history
  4. Fix overcorrection

    Cimbali committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f0fad1b View commit details
    Browse the repository at this point in the history