We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63833d9 commit fc8245bCopy full SHA for fc8245b
terminal-emulator/src/main/java/com/termux/terminal/WcWidth.java
@@ -362,7 +362,7 @@ public final class WcWidth {
362
{0xe0100, 0xe01ef}, // Variation Selector-17 ..Variation Selector-256
363
};
364
365
- // https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
+ // https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py
366
// from https://github.com/jquast/wcwidth/pull/64
367
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
368
private static final int[][] WIDE_EASTASIAN = {
0 commit comments