Skip to content

Commit b56c505

Browse files
authored
Update README.md
1 parent c168d82 commit b56c505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You may use it if you want to perform some kind of tabulation or centering of te
66
🔴 <span style="color:red">**NOTE**</span> 🔴 The code won't work properly for Windows Terminal releases before version 1.22.
77
<br>
88
*Why is this?*
9-
Recently, Windows Terminal made a huge step towards better Unicode support and Unicode correctness. This is something that I can't appreciate enough. A series of major "minor refactorings" (© @lhecker 😄) have been made to achieve that.
9+
Recently, Windows Terminal made a huge step towards better Unicode support and Unicode correctness. This is something that I can't appreciate enough. A series of major "minor refactorings" (© [@lhecker](https://github.com/lhecker) 😄) have been made to achieve that.
1010
The name `wtswidth` intentionally sounds similar to the POSIX function `wcswidth()`. However, measuring the display width of a string in Windows Terminal is now not only based on the sum of expected widths of codepoints like in `wcswidth()`. The string context is taken into account, too. This leads to a far better measuring of clustered graphemes.
1111
<br>
1212

0 commit comments

Comments
 (0)