From 412911cc81e9fd778b9a32024f3e91187179edd9 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 28 Feb 2015 04:35:56 +0700 Subject: python/wcwidth: Added (Measures number of Terminal). Signed-off-by: Willy Sudiarto Raharjo --- python/wcwidth/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/wcwidth/README (limited to 'python/wcwidth/README') diff --git a/python/wcwidth/README b/python/wcwidth/README new file mode 100644 index 0000000000..1e9c85f287 --- /dev/null +++ b/python/wcwidth/README @@ -0,0 +1,4 @@ +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. -- cgit v1.2.3