lazygit/vendor/github.com/mattn/go-runewidth
Stefan Haller 62ca873ddd Bump gocui
2024-08-17 10:25:16 +02: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.go 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 2024-08-17 10:25:16 +02:00
runewidth_windows.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