From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f41.google.com ([209.85.208.41]) by ewsd; Sun Oct 4 04:42:59 -0400 2020 Received: by mail-ed1-f41.google.com with SMTP id k14so6248115edo.1 for <9front@9front.org>; Sun, 04 Oct 2020 01:42:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=ogqFU+UeqBrSqzEsBzDF8YOYYu/9bwsMsWAsTR1ZXAE=; b=glB+1mPs1LNHM43Gz2z4T41nXgNIxy/uw0zRAGXOu1UukIFYni54a9NVKTzHLVwqNX RCQA7Hi2C3Lcu+Xj5z9AvUhrkm1wYZojFBOlaLijKyMwxSIq3lmo0QP7qoLb/ixLJI7c 2Omb4JFPlMS1OoQa+FQKC5jvRGJuWqr/e0ax+BFHVjSWebnWJHkDY12SEljLQtkpchxd VLASW8N9Q5OBwatsvKn7YLg00FxffsWftRkLoHhEY9yQUdT8Lw0vMrqSRv/2mkrCLcSa NUSFyci4u/vebAiFUC61CYPBz8FHQa0RiGF638pMkC6uG1FLkNIUA+qgi2/liFggnjPY 6D6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=ogqFU+UeqBrSqzEsBzDF8YOYYu/9bwsMsWAsTR1ZXAE=; b=PJ1ORvaCLrUof+fFIhVMBKNqXDjSl75tMaZKi2iJoOzvMKNqiSex3ctnk9PSgUNMsI kZ0HvUOgHnBSd3/awo1v3NdSAEQY/QSF1t2ULr4I9euOsq6qn52KqwJuMAK+BDE0ef1L KNR7lCrg7ydvhGPHz82P8ORwdcOutYnqYB7QpodyVU4Lb4nzxg4TpG9ZoQNWpaNg0KmZ s3fYEVivy18jipsIxEC2LzN/BihcdWr3IioVmIaI+L2hsrGyPjN9k7ojJ4m6ldy1Rawj KFL5NfQQxpLPYHmkUcf7qv8IDtyp0lrcrMpRkeNIes5+iN+N98QnoMl/D4I3jaeTtz+i 0oYQ== X-Gm-Message-State: AOAM533PdtNvNJoyJGqTRG62N/cISBj+zY6raicma5sr87hRCwsGEDp4 SP0zMYc08dQAyJI0kcjYXDY= X-Google-Smtp-Source: ABdhPJxbvXosJztv7HDZH2jDbWYryLLCXTYz4LE/R31M1RtFxQcyc5hJWWNuwiv0GVyCHg7KcBY3kw== X-Received: by 2002:a05:6402:6d3:: with SMTP id n19mr11339986edy.381.1601800973723; Sun, 04 Oct 2020 01:42:53 -0700 (PDT) Return-Path: Received: from Hugin (ptr-eitwsfeqnbu45pbta6b.18120a2.ip6.access.telenet.be. [2a02:1811:e405:5900:f203:8cff:fe97:17c3]) by smtp.gmail.com with ESMTPSA id c8sm5092026ejp.30.2020.10.04.01.42.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Oct 2020 01:42:52 -0700 (PDT) Date: Sun, 4 Oct 2020 10:42:10 +0200 From: Jens Staal To: 9fans@9fans.net, 9front@9front.org Subject: PDCursesMod 4.2 released with upstream plan9 support Message-ID: <20201004084210.hud4nek2leotywdz@Hugin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: secure API NoSQL API https://github.com/Bill-Gray/PDCursesMod/releases/tag/v4.2.0 PDCursesMod is a fork of PDCurses and we managed to bring fgb's old (3.0) PDCurses port to the current PDCursesMod. Why would you need curses? Lots of fun little curses-based things out there and PDCursesMod can build many things that are typically claimed to depend on ncurses (not stuff depending on termcap though). Some examples: nbsdgames: https://github.com/abakh/nbsdgames tetris: (replace "ncurses.h" with "curses.h") https://github.com/brenns10/tetris I aim to port BSDgames and NetHack, but currently real life is taking all my time. https://github.com/staalmannen/BSDGames https://github.com/staalmannen/NetHack