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

Fixed StringWidth() implementation by using proper Unicode grapheme cluster segmentation. Fixes #28 #29

Merged
merged 7 commits into from Jan 11, 2021

Commits on Aug 29, 2019

  1. Fixed StringWidth() implementation by using proper Unicode grapheme c…

    …luster segmentation. Fixes mattn#28
    Oliver committed Aug 29, 2019
    Copy the full SHA
    d3f4cc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Merge conflict resolved.

    Oliver committed Feb 29, 2020
    Copy the full SHA
    b37dd43 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Copy the full SHA
    98b1fa4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Copy the full SHA
    040263a View commit details
    Browse the repository at this point in the history
  2. Should use c.RuneWidth

    mattn committed May 15, 2020
    Copy the full SHA
    d45afa6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49ce4bd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Reverted previous change to table. Also changed rainbow flag test. To…

    …day, the rainbow flag only has a width of 1.
    Oliver committed Jul 12, 2020
    Copy the full SHA
    f1f639b View commit details
    Browse the repository at this point in the history