1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/vendor/github.com/mattn/go-runewidth
Jesse Duffield 5f77ac8d6f bump gocui
2021-04-06 19:34:32 +10:00
..
go.mod support wide characters in the editor 2021-02-08 22:55:11 +00:00
go.sum support wide characters in the editor 2021-02-08 22:55:11 +00: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 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
runewidth.go bump gocui 2021-04-06 19:34:32 +10: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