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 fc8245b commit 6ece249Copy full SHA for 6ece249
terminal-emulator/src/main/java/com/termux/terminal/WcWidth.java
@@ -13,7 +13,7 @@
13
*/
14
public final class WcWidth {
15
16
- // From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py
+ // From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
17
// from https://github.com/jquast/wcwidth/pull/64
18
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
19
private static final int[][] ZERO_WIDTH = {
0 commit comments