2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-18 15:25:31 +00:00
cointop/vendor/github.com/mattn/go-runewidth
2020-08-10 01:35:29 -07:00
..
.travis.yml go mod vendor 2020-08-10 01:35:29 -07:00
go.mod Use forked version of termbox-go to fix keybindings on freebsd. Closes #43 2019-12-29 00:47:24 -08:00
go.test.sh go mod vendor 2020-08-10 01:35:29 -07:00
LICENSE dep ensure 2018-04-26 01:07:36 -07:00
README.md go mod vendor 2020-08-10 01:35:29 -07:00
runewidth_appengine.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth_js.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth_posix.go go mod vendor 2020-08-10 01:35:29 -07:00
runewidth_table.go go mod vendor 2020-08-10 01:35:29 -07:00
runewidth_windows.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth.go go mod vendor 2020-08-10 01:35:29 -07:00

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