podman/vendor/github.com/mattn/go-runewidth
Daniel J Walsh bfec23c363
Vendor in latest containers/(buildah, image, common)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-12-21 06:12:45 -05:00
..
LICENSE compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
README.md Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_appengine.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_js.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_posix.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_table.go Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4 2021-05-19 06:50:18 +00:00
runewidth_windows.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00

README.md

go-runewidth

Build Status Codecov GoDoc Go Report Card

Provides functions to get fixed width of the character or string.

Usage

runewidth.StringWidth("つのだ☆HIRO") == 12

Author

Yasuhiro Matsumoto

License

under the MIT License: http://mattn.mit-license.org/2013