aboutsummaryrefslogtreecommitdiffhomepage
path: root/scintilla
AgeCommit message (Collapse)AuthorFilesLines
2015-06-22major Curses UI revision: initialize curses as late as possibleRobin Haberkorn1-0/+0
* relies on a patched version of Scinterm that allows you to construct Scintilla objects, send messages etc. before Curses is initialized. The Scintilla and Scinterm submodules have been updated. * This once and for all fixes batch mode and stdio redirections in batch mode on all Curses platforms and operating systems. * Fixes the ^C-does-not-interrupt bug on ncurses/UNIX. See #4. * On ncurses/UNIX we will still do a newterm()-initialization. This allows us to keep stdout/stderr alone in case they are redirected. This effectively allows redirecting SciTECO's output into a file even in interactive mode. ncurses/UNIX now behaves like, e.g. PDCurses/win32a and GTK+ in this regard. * Curses environment variable handling fixed. The environment registers are exported into the process environment so that Curses environment variables can be set/modified by the SciTECO profile. * Use term.h for accessing terminfo now. Explained set_window_title() limitations. * fixed interruption via SIGINT. If the UI is waiting for user input, SIGINT is effectively ignored instead of letting the next character fail always. * Updated sciteco(1) and sciteco(7): More options, environment variables and signals documented. Also rewritten DESCRIPTION section (different modes of operation).
2015-06-13updated scintilla submoduleRobin Haberkorn1-0/+0
* it's now at Scintilla v3.5.6 and Scinterm v1.6 * the Curses tab-stop fix was removed from the sciteco-dev branch since Mitchell cared about getting it upstream. It is part of Scintilla v3.5.5 and Scinterm v1.6. Scinterm built fine with Scintilla v3.5.6, so we're using the newer release.
2015-02-14updated Scintilla submodule: fixed tab stop calculation on CursesRobin Haberkorn1-0/+0
* also did some whitespace cleanup in SciTECO now that tabs are displayed properly
2015-02-12updated Scintilla to v3.5.2 and Scinterm to v1.5Robin Haberkorn1-0/+0
the most noticable change is that a scroll-bar is displayed by default (Curses UI) * INSTALL instructions updated
2014-11-18updated Scintilla submoduleRobin Haberkorn1-0/+0
Scintilla is now at v3.5.1 and Scinterm at v1.4 (actually one commit after that and the sciteco-branch contains another fix for the Scinterm Makefile)
2014-10-07fixed URL in .gitmodulesRobin Haberkorn1-0/+0
2014-08-22added Scintilla submoduleRobin Haberkorn1-0/+0
This links to the `sciteco-dev` branch at git@github.com:rhaberkorn/scintille-mirror.git, which is actually Scintilla 3.4.4.