aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2017-03-14 06:37:40 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2017-03-14 06:37:40 +0100
commit6f9705bd90a9d95f57190c99554c3836ac9322cc (patch)
tree2e8312e2c7387ccddfcc4faa7f5ddcda62797662
parent02e5742fcf813b0ce6cc9eafa77eaa150531e66d (diff)
downloadsciteco-6f9705bd90a9d95f57190c99554c3836ac9322cc.tar.gz
support NetBSD's curses
* this is actually another independant Curses implementation for Unix platforms I wasn't aware of. I tested against this portable fork of it: https://github.com/sabotage-linux/netbsd-curses * Only a mimimal change to Scinterm was necessary to support it. * netbsd-curses might be useful for NetBSD support (which is otherwise untested) and when building small statically linked self-contained binaries since netbsd-curses is much smaller than ncurses.
-rw-r--r--README3
m---------scintilla0
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e038c0e..c791c47 100644
--- a/README
+++ b/README
@@ -18,12 +18,13 @@ SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and sup
GTK+ 3 as well as Curses frontends (using [Scinterm](http://foicica.com/scinterm/)).
The Curses frontend is verified to work with [ncurses](https://www.gnu.org/software/ncurses/),
+[NetBSD Curses](https://github.com/sabotage-linux/netbsd-curses),
[PDCurses/XCurses](http://pdcurses.sourceforge.net/), the
[PDCurses win32a port](http://www.projectpluto.com/win32a.htm) and
[EMCurses](https://github.com/rhaberkorn/emcurses).
Others might work as well.
-Linux, Windows (MinGW 32/64) and
+Linux, FreeBSD, Windows (MinGW 32/64) and
[Haiku](https://www.haiku-os.org/) (gcc4) are tested and supported.
SciTECO compiles with both GCC and Clang.
SciTECO should compile just fine on other UNIX-compatible platforms,
diff --git a/scintilla b/scintilla
-Subproject 7ebc8c684a95fb48b1f069095c6f5429ff64eb9
+Subproject aa3365e7a2c4de405dab8ecc27283b3a64935dc