diff options
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,6 @@ Overview ======== -<img align="left" alt="SciTECO" src="ico/sciteco-48.png"/> SciTECO is an interactive TECO dialect, similar to Video TECO. It also adds features from classic TECO-11, as well as unique new ideas. @@ -17,6 +16,8 @@ as far as possible. For instance, moving the cursor to the right can be done imm When you delete a character from the end of the command line macro (called rubout), the side-effects of that character which may be a command or part of a command, are undone. +<img align="left" alt="SciTECO demo" src="https://sciteco.sourceforge.net/graphics/sciteco-ncurses.gif"/> + SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and supports GTK+ 3 as well as Curses frontends (using [Scinterm](http://foicica.com/scinterm/)). @@ -139,3 +140,5 @@ Additional Documentation * [Wiki at Github](https://github.com/rhaberkorn/sciteco/wiki) * A [short presentation](http://sciteco.sf.net/manuals/presentation.pdf) (in German!) hold at [Netz39](http://www.netz39.de/). + +<img align="center" alt="SciTECO icon" src="ico/sciteco-48.png"/> |