erroneousboat-slack-term/vendor/github.com/mattn/go-runewidth
2020-01-08 11:32:45 +01:00
..
.travis.yml Migrate to dep and update dependencies 2018-03-23 11:16:06 +01:00
go.mod Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01:00
LICENSE Adde vendor folder contents 2017-08-26 10:53:43 +02:00
README.mkd Adde vendor folder contents 2017-08-26 10:53:43 +02:00
runewidth_appengine.go Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01:00
runewidth_js.go Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01:00
runewidth_posix.go Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01:00
runewidth_table.go Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01:00
runewidth_windows.go Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01:00
runewidth.go Update nsf/termbox-go dependency 2020-01-08 11:32:45 +01: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