lazydocker/vendor/github.com/mattn/go-runewidth
2019-07-03 23:41:37 +10:00
..
.travis.yml bump gocui fork 2019-07-03 23:41:37 +10:00
LICENSE repurpose lazygit code 2019-05-12 10:32:02 +10:00
README.mkd bump gocui fork 2019-07-03 23:41:37 +10:00
runewidth.go repurpose lazygit code 2019-05-12 10:32:02 +10:00
runewidth_js.go repurpose lazygit code 2019-05-12 10:32:02 +10:00
runewidth_posix.go repurpose lazygit code 2019-05-12 10:32:02 +10:00
runewidth_windows.go repurpose lazygit code 2019-05-12 10:32:02 +10:00

go-runewidth

Build Status Coverage Status 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