jesseduffield.lazygit/vendor/github.com/mattn/go-runewidth
2019-09-01 21:24:03 +10:00
..
LICENSE use dep 2018-08-06 00:38:38 +10:00
README.mkd switch to Go modules 2019-09-01 21:24:03 +10:00
runewidth.go use dep 2018-08-06 00:38:38 +10:00
runewidth_js.go use dep 2018-08-06 00:38:38 +10:00
runewidth_posix.go use dep 2018-08-06 00:38:38 +10:00
runewidth_windows.go use dep 2018-08-06 00:38:38 +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