diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-09 13:08:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 00:14:16 +0700 |
commit | f7fa33cd96ca52764362ff49a87cc36b9e14ea96 (patch) | |
tree | 024d05f26e5df723c334e019f85b0afb2fcf9155 /python/curtsies/README | |
parent | 9957d774bdab649a412012c342544d629d8869a8 (diff) | |
download | slackbuilds-f7fa33cd96ca52764362ff49a87cc36b9e14ea96.tar.gz |
python/curtsies: Added (terminal wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/curtsies/README')
-rw-r--r-- | python/curtsies/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/curtsies/README b/python/curtsies/README new file mode 100644 index 0000000000..262cdfd755 --- /dev/null +++ b/python/curtsies/README @@ -0,0 +1,2 @@ +Curses-like terminal wrapper with a display based on compositing +2d arrays of text. |