delve/vendor/github.com/mattn/go-runewidth
Davide Masserut 9f8b352a98
vendor: update liner dependency (#2700)
This change update liner to the latest release that adds support to
delete the next and the previous word with Alt-d and Alt-BackSpace
plus a small amount of fixes.
2021-09-22 21:15:02 -07:00
..
.travis.yml vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00
LICENSE vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00
README.mkd vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00
runewidth_js.go vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00
runewidth_posix.go vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00
runewidth_windows.go vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00
runewidth.go vendor: update liner dependency (#2700) 2021-09-22 21:15:02 -07:00

go-runewidth

Build Status Coverage Status 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