aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-29 16:53:34 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-29 17:25:05 +0300
commitc30a8963a2778ce4e1bd73b5fa667a2fff3693f2 (patch)
tree4b0abfee2d344615b84a05b6b66447f6fc63739e /README
parent62a9c8d112e33d1202c8562744bddfa102c1f96e (diff)
downloadsciteco-c30a8963a2778ce4e1bd73b5fa667a2fff3693f2.tar.gz
bumped target release to v2.4.0 and updated README and TODO
* Added a test case for the known bug of out-of-place modifiers. Well, this is a syntactic shortcoming rather than a true bug. But I did run into it more than once.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ba61679..0bb199d 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ The Curses frontend is verified to work with [ncurses](https://www.gnu.org/softw
[PDCursesMod](https://github.com/Bill-Gray/PDCursesMod) and
[EMCurses](https://github.com/rhaberkorn/emcurses).
All X/Open-compatible libraries should be supported.
-SVr4 curses without enhanced definitions are **not** supported.
+SVr4 curses without enhanced definitions is **not** supported.
Linux, FreeBSD, [Mac OS X](https://github.com/rhaberkorn/sciteco/wiki/Mac-OS-Support),
Windows (MinGW 32/64) ~~and [Haiku](https://www.haiku-os.org/) (gcc4)~~ are tested and supported.