mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
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 |
||
|---|---|---|
| .. | ||
| benchstat.txt | ||
| LICENSE | ||
| new.txt | ||
| old.txt | ||
| README.md | ||
| runewidth.go | ||
| runewidth_appengine.go | ||
| runewidth_js.go | ||
| runewidth_posix.go | ||
| runewidth_table.go | ||
| runewidth_windows.go | ||
go-runewidth
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