slackbuilds_ponce/python/wcwidth/README
Dimitris Zlatanidis 412911cc81 python/wcwidth: Added (Measures number of Terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-02-28 04:35:56 +07:00

4 lines
238 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This API is mainly for Terminal Emulator implementors any
python program that attempts to determine the printable width of
a string on a Terminal. It is implemented in python (no C library
calls) and has no 3rd-party dependencies.