Cleanup previous PR

Use wcswidth() for line width calculation. Works with emoji and ignores
escape codes automatically. Add changelog entry.
This commit is contained in:
Kovid Goyal
2022-08-31 08:01:52 +05:30
parent b978ff8930
commit afada84f52
2 changed files with 7 additions and 3 deletions

View File

@@ -44,6 +44,8 @@ Detailed list of changes
- macOS: Fix regression in 0.26.0 that caused asking the user for a line of input such as for :ac:`set_tab_title` to not work (:iss:`5447`)
- hints kitten: hyperlink matching: Fix hints occasionally matching text on subsequent line as part of hyperlink (:pull:`5450`)
0.26.1 [2022-08-30]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~