podman/vendor/github.com/mattn/go-runewidth
Matthew Heon a031b83a09 Initial checkin from CRI-O repo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2017-11-01 11:24:59 -04:00
..
README.mkd Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runewidth.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runewidth_js.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runewidth_posix.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runewidth_windows.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00

go-runewidth

Build Status Coverage Status GoDoc

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