You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When autocompleting a filename with å in it, bpython-curtsies incorrectly calculates the width of the current line, placing the cursor one character too far to the right.
The text was updated successfully, but these errors were encountered:
In Curtsies 0.2.0 FmtStrs have a width property which is the terminal display width (via a patched pure-Python wcswidth call) of the string (see http://curtsies.readthedocs.org/en/latest/index.html#len-vs-width) I need to add this to FSArrays in Curtsies still, but after that the work will be checking the width of strings for display and cursor position a lot.
When autocompleting a filename with å in it, bpython-curtsies incorrectly calculates the width of the current line, placing the cursor one character too far to the right.
The text was updated successfully, but these errors were encountered: