1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/vendor/github.com/mattn/go-runewidth
2022-09-23 20:01:44 +09:00
..
LICENSE use dep 2018-08-06 00:38:38 +10:00
README.md build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
runewidth_appengine.go build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
runewidth_js.go build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
runewidth_posix.go build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
runewidth_table.go bump gocui 2021-04-06 19:34:32 +10:00
runewidth_windows.go build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
runewidth.go build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09: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