diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 13:35:40 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 13:35:40 +0100 |
commit | ba22b1a307988fd493fc682daff20eee4c325451 (patch) | |
tree | 7c2e482a07c8c8c0444ae8f0fa4757f3da50acfc /patches/035-scinterm-curses-header.patch | |
parent | 4ae59fd5cdcaba4d050e86d02c38dddacba2fc80 (diff) | |
download | sciteco-ba22b1a307988fd493fc682daff20eee4c325451.tar.gz |
updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2
* allows us to remove most patches. One however is still necessary
(Scinterm Makefile bug!)
* TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message
* updated copyrights
* updated TODO
Diffstat (limited to 'patches/035-scinterm-curses-header.patch')
-rw-r--r-- | patches/035-scinterm-curses-header.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/035-scinterm-curses-header.patch b/patches/035-scinterm-curses-header.patch deleted file mode 100644 index fbce286..0000000 --- a/patches/035-scinterm-curses-header.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/scintilla/scinterm/ScintillaTerm.cxx 2013-03-19 18:32:55.511861027 +0100 -+++ b/scintilla/scinterm/ScintillaTerm.cxx 2013-03-19 18:33:05.747736822 +0100 -@@ -15,7 +15,7 @@ - #include <vector> - #include <map> - --#include <ncurses.h> -+#include <curses.h> - - #include "Platform.h" - |