1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-12 04:23:03 +02:00
lazygit/vendor/github.com/mattn/go-runewidth
2020-02-01 00:23:22 +11:00
..
go.mod Vendor: Updated dependencies 2019-11-10 23:23:20 +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_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 Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
runewidth_table.go bump vendor directory 2020-02-01 00:23:22 +11:00
runewidth_windows.go Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
runewidth.go bump vendor directory 2020-02-01 00:23:22 +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