lazydocker/vendor/github.com/mattn/go-runewidth
Jesse Duffield 012f8d6e08 bump gocui
2020-02-02 10:14:44 +11:00
..
.travis.yml bump gocui 2020-02-02 10:14:44 +11:00
go.mod update dependencies 2019-12-13 11:33:04 +01:00
go.test.sh bump gocui 2020-02-02 10:14:44 +11:00
LICENSE repurpose lazygit code 2019-05-12 10:32:02 +10:00
README.md bump gocui 2020-02-02 10:14:44 +11:00
runewidth.go bump gocui 2020-02-02 10:14:44 +11:00
runewidth_appengine.go update dependencies 2019-12-13 11:33:04 +01:00
runewidth_js.go update dependencies 2019-12-13 11:33:04 +01:00
runewidth_posix.go update dependencies 2019-12-13 11:33:04 +01:00
runewidth_table.go bump gocui 2020-02-02 10:14:44 +11:00
runewidth_windows.go update dependencies 2019-12-13 11:33:04 +01: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