mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
WcWidth.c: fix 2nd typo
This commit is contained in:
parent
82f83a2970
commit
2f5a6f7de6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue