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

Corrected cursor positioning on inputs with full-width (2 column) characters #817

Merged
merged 4 commits into from Jul 14, 2020

Commits on Jul 1, 2020

  1. Added functionality for full-width character input

    - Works with normal input and stdin input
    - There still are issues with line wrapping when using full-width chars
    rybarczykj committed Jul 1, 2020

Commits on Jul 6, 2020

  1. Update minimum curtsies version requirement

    from 0.1.18 to 0.2.0 so as to allow .width
    rybarczykj committed Jul 6, 2020

Commits on Jul 9, 2020

  1. Fix wide chars on input('...')

    rybarczykj committed Jul 9, 2020

Commits on Jul 13, 2020

  1. Avoid upgrading minimum curtsies version

    - Use wcswidth(FmtStr.s) instead of FmtStr.width
    rybarczykj committed Jul 13, 2020
You can’t perform that action at this time.