-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Description
Environment
Windows version
Microsoft Windows [Version 10.0.18362.720]
Terminal version
Version: 0.10.761.0
Steps to reproduce
- Open "Terminal" app
- Type
"테스트"
(It means test in Korean) - You can probably see the letters overlapping
Expected behavior
Rather than a long explanation, I'd rather attach the behavior of another operating system terminal.
In the case of MacOS, the cursor is positioned under the letter being combined during the Korean language composition process, and there is no collision of letters.
In the Ubuntu 18.04 X Window system environment, if the same operation is performed in the terminal, You can expect that Hangul characters are under the composition process in a cursor shape. And the Hangul characters do not overlap.
Actual behavior
In Version: 0.10.761.0
, there is a problem that the Korean characters are overlapped as shown in the picture above.
If this problem is expected to be relatively minor by the core development team, please give a hint to the source code that is expected to be a problem so that I can give you a PR.