README: add feature bullet about width tables

This commit is contained in:
Jonathan Daugherty 2020-03-05 09:15:40 -08:00
parent 4e78cf806c
commit 32e6cab8f3

View File

@ -60,6 +60,12 @@ cabal install vty
* Supports bracketed paste mode as described at
http://cirw.in/blog/bracketed-paste
* Supports multi-column Unicode characters such as emoji characters. In
cases where Vty and your terminal emulator disagree on character
widths, Vty provides a tool `vty-build-width-table` and library
functionality to build a width table that will work for your terminal
and load it on application startup.
# Development Notes
Vty uses threads internally, so programs made with Vty need to be