diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-19 06:50:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 06:50:18 +0000 |
commit | 6b187e445897ef301708cd962f630e982bc60224 (patch) | |
tree | 856f2f3801d3dee16cca5ef77765d401994a6dfe /vendor/github.com/mattn/go-runewidth/runewidth_table.go | |
parent | 959d6a0c40b60a84eead551eaaa7498450017763 (diff) | |
download | podman-6b187e445897ef301708cd962f630e982bc60224.tar.gz podman-6b187e445897ef301708cd962f630e982bc60224.tar.bz2 podman-6b187e445897ef301708cd962f630e982bc60224.zip |
Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4
Bumps [github.com/vbauerster/mpb/v6](https://github.com/vbauerster/mpb) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v6.0.3...v6.0.4)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/mattn/go-runewidth/runewidth_table.go')
-rw-r--r-- | vendor/github.com/mattn/go-runewidth/runewidth_table.go | 6 |
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{ |