lazydocker/vendor/github.com/mattn/go-runewidth
Jesse Duffield d8777b7a59 update gocui
2022-05-10 22:11:21 +10:00
..
.travis.yml bump gocui 2020-02-02 10:14:44 +11: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 update gocui 2022-05-10 22:11:21 +10: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 gocui 2022-05-10 22:11:21 +10:00
runewidth_table.go update gocui 2022-05-10 22:11:21 +10: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