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/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/wcwidth/slack-desc (limited to 'python/wcwidth/slack-desc') diff --git a/python/wcwidth/slack-desc b/python/wcwidth/slack-desc new file mode 100644 index 0000000000..6f245bdd42 --- /dev/null +++ b/python/wcwidth/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +wcwidth: wcwidth (Measures number of Terminal) +wcwidth: +wcwidth: This API is mainly for Terminal Emulator implementors – any python +wcwidth: program that attempts to determine the printable width of a string +wcwidth: on a Terminal. It is implemented in python (no C library calls) and +wcwidth: has no 3rd-party dependencies. +wcwidth: +wcwidth: Homepage: https://github.com/jquast/wcwidth +wcwidth: +wcwidth: +wcwidth: -- cgit v1.2.3