mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
WcWidth.c: fix 2nd typo
This commit is contained in:
@@ -13,7 +13,7 @@ package com.termux.terminal;
|
||||
*/
|
||||
public final class WcWidth {
|
||||
|
||||
// From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py
|
||||
// From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
|
||||
// from https://github.com/jquast/wcwidth/pull/64
|
||||
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
|
||||
private static final int[][] ZERO_WIDTH = {
|
||||
|
Reference in New Issue
Block a user