Use Kooda's ncurses egg for chicken 5 until it is officially ported - holymoly - A tor enabled gopher client written in CHICKEN scheme
 (HTM) git clone git://vernunftzentrum.de/holymoly.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e3c1286eba204c676818f4b52734b723d158c7d4
 (DIR) parent 9167cc0a7002537708c2be266da2c4e1d5249e6b
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Mon, 30 Jul 2018 13:15:06 +0200
       
       Use Kooda's ncurses egg for chicken 5 until it is officially ported
       
       Diffstat:
         build.sh                            |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/build.sh b/build.sh
       @@ -1,10 +1,10 @@
        #!/bin/sh
        set -e
        
       -chicken-install -r ncurses
       -cd ncurses
       +git clone git://upyum.com/forks/chicken-ncurses
       +cd chicken-ncurses
        patch < ../ncurses-trunk.diff
        chicken-install
        cd -
        chicken-install
       -rm -r ncurses *.o
       +rm -fr chicken-ncurses *.o *.so