summaryrefslogtreecommitdiff
path: root/vendor/github.com/mattn/go-runewidth/runewidth_table.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-19 07:41:58 -0400
committerGitHub <noreply@github.com>2021-05-19 07:41:58 -0400
commit40025895461cb9b3b22f0f7cbe92ccad75ad637c (patch)
treed87d6106dcbe4626c88196f868994f977b3a330a /vendor/github.com/mattn/go-runewidth/runewidth_table.go
parentc84fdedda827d5d34e0d53622ed39b56c386df09 (diff)
parent6b187e445897ef301708cd962f630e982bc60224 (diff)
downloadpodman-40025895461cb9b3b22f0f7cbe92ccad75ad637c.tar.gz
podman-40025895461cb9b3b22f0f7cbe92ccad75ad637c.tar.bz2
podman-40025895461cb9b3b22f0f7cbe92ccad75ad637c.zip
Merge pull request #10396 from containers/dependabot/go_modules/github.com/vbauerster/mpb/v6-6.0.4
Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4
Diffstat (limited to 'vendor/github.com/mattn/go-runewidth/runewidth_table.go')
-rw-r--r--vendor/github.com/mattn/go-runewidth/runewidth_table.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/github.com/mattn/go-runewidth/runewidth_table.go b/vendor/github.com/mattn/go-runewidth/runewidth_table.go
index b27d77d89..e5d890c26 100644
--- a/vendor/github.com/mattn/go-runewidth/runewidth_table.go
+++ b/vendor/github.com/mattn/go-runewidth/runewidth_table.go
@@ -124,8 +124,10 @@ var ambiguous = table{
{0x1F18F, 0x1F190}, {0x1F19B, 0x1F1AC}, {0xE0100, 0xE01EF},
{0xF0000, 0xFFFFD}, {0x100000, 0x10FFFD},
}
-var notassigned = table{
- {0x27E6, 0x27ED}, {0x2985, 0x2986},
+var narrow = table{
+ {0x0020, 0x007E}, {0x00A2, 0x00A3}, {0x00A5, 0x00A6},
+ {0x00AC, 0x00AC}, {0x00AF, 0x00AF}, {0x27E6, 0x27ED},
+ {0x2985, 0x2986},
}
var neutral = table{