lazygit/vendor/github.com/mattn/go-runewidth
2022-03-18 21:36:28 +11:00
..
go.test.sh bump vendor directory 2020-02-01 00:23:22 +11:00
LICENSE use dep 2018-08-06 00:38:38 +10:00
README.md bump vendor directory 2020-02-01 00:23:22 +11:00
runewidth.go bump gocui 2021-04-06 19:34:32 +10:00
runewidth_appengine.go Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
runewidth_js.go Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
runewidth_posix.go bump gocui to be on 'simple' branch. 2020-05-13 21:24:25 +10:00
runewidth_table.go bump gocui 2021-04-06 19:34:32 +10:00
runewidth_windows.go Vendor: Updated dependencies 2019-11-10 23:23:20 +11: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