# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

            |-----handy-ruler------------------------------------------------------|
go-runewidth: go-runewidth (Go library for terminal cell width of runes)
go-runewidth:
go-runewidth: go-runewidth provides functions to measure the fixed-width
go-runewidth: (number of terminal cells) taken up by Unicode runes/strings,
go-runewidth: covering East Asian wide/fullwidth characters, zero-width
go-runewidth: combining marks, and ambiguous-width runes.
go-runewidth:
go-runewidth: It's a source-only Go library (no binaries), used by TUI
go-runewidth: libraries such as tcell and gowid for cursor/layout math.
go-runewidth:
go-runewidth: Homepage: https://github.com/mattn/go-runewidth
