jesseduffield.lazygit/vendor/github.com/mattn/go-runewidth
Stefan Haller ef92e30315 Bump gocui
The main change here is https://github.com/jesseduffield/gocui/pull/85, which
avoids breaking lines after footnote symbols in commit messages (e.g. [1]).

[1]: https://www.example.com/this-is-a-really-long-url-that-lazy-git-automatically-wraps-and-is-an-issue
2025-10-02 17:28:13 +02:00
..
benchstat.txt Bump gocui 2025-10-02 17:28:13 +02:00
LICENSE use dep 2018-08-06 00:38:38 +10:00
new.txt Bump gocui 2025-10-02 17:28:13 +02:00
old.txt Bump gocui 2025-10-02 17:28:13 +02:00
README.md build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
runewidth.go Bump gocui 2025-10-02 17:28:13 +02: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 Bump gocui 2025-10-02 17:28:13 +02: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