diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-16 12:59:50 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-16 12:59:50 +0300 |
commit | 2344b11599ce696ebc0bd7773befada44246897c (patch) | |
tree | 3349209da9568f8e38096f121de0d3778ea2f870 /contrib/scinterm | |
parent | a6b5394086260c262e393dd113057916fd14134b (diff) | |
download | sciteco-2344b11599ce696ebc0bd7773befada44246897c.tar.gz |
updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4
* actually everything is updated to their current HEADs but the aforementioned versions are close.
* Scintilla uses threads now, so we added checks for pthread.
To be on the safe side, we imported AX_PTHREAD from the Autoconf archives.
The flags are kept out of the ordinary build system, though and used only for compiling Scintilla
and for linking.
SciTECO may also use threads, but via Glib.
* Scinterm removed SCI_COLOR_PAIR(), so we re-added it to src/interface-curses/interface.c.
* There is an Asciidoc lexer now.
* The <Ix$> interruption bug (see TODO) is not fixed by this upgrade.
Perhaps the Mac OS version runs better now. Feedback is needed (refs #12).
Diffstat (limited to 'contrib/scinterm')
m--------- | contrib/scinterm | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/contrib/scinterm b/contrib/scinterm -Subproject cf61a4616b011f60aabbc7d7b038fda2b0fe231 +Subproject ebb79cb1d0103ec58f94e83d2d278f91cddc107 |