From 3ab4d59a12b884bc0a58a6cc751cc85ca5036083 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 12 Dec 2016 20:33:48 +0100 Subject: 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 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d12203a..eb6a795 100644 --- a/README.md +++ b/README.md @@ -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 ======= -- cgit v1.2.3