-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
1 parent
a6b5394
commit 2344b11
Showing
7 changed files
with
546 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule scinterm
updated
17 files
+5 −0 | .hgtags | |
+8 −9 | Makefile | |
+722 −0 | PlatCurses.cxx | |
+171 −0 | PlatCurses.h | |
+4 −3 | README.md | |
+545 −1,299 | ScintillaCurses.cxx | |
+17 −19 | ScintillaCurses.h | |
+1 −1 | docs/_layouts/default.html | |
+1 −18 | docs/api.md | |
+59 −0 | docs/changelog.md | |
+3 −1 | docs/index.md | |
+1 −1 | docs/markdowndoc.lua | |
+1 −11 | docs/scinterm.luadoc | |
+1 −1 | docs/style.css | |
+2 −2 | jinx/Makefile | |
+3 −7 | jinx/jinx.c | |
+0 −248 | patches/02-caretstyle_curses.patch |
Oops, something went wrong.