diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-12-12 20:33:48 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2016-12-12 20:33:48 +0100 |
commit | 3ab4d59a12b884bc0a58a6cc751cc85ca5036083 (patch) | |
tree | 553d10026e78db90459f18939fea7f39ac0b74d3 | |
parent | 204be3f70fcebc81a3ca78b8e3f08a3ff192a46a (diff) | |
download | tcvt-3ab4d59a12b884bc0a58a6cc751cc85ca5036083.tar.gz |
note known breakage with FreeBSD's curses
On FreeBSD, curses.tigetstr('acsc') will return None unless Python is
built against ncurses.
Reported-By: Klaus Aehlig <aehlig@linta.de>
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,9 @@ into a `$COLUMNS/2` x `$LINES*2` terminal. It ships the two commands `tcvt` and requriements ============ -To run tcvt you need a Python 2.6, 2.7 or 3.3. Other than that only standard -unix tools such as man, make, gzip, sed are needed. +To run tcvt you need a Python 2.6, 2.7 or 3.3 or later, which is built against +ncurses. A Python built against FreeBSD's curses is known to not work. Other +than that only standard unix tools such as man, make, gzip, sed are needed. license ======= |