aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-04 20:24:08 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-04 20:24:08 +0300
commit3deeed64b23075331b2ea098334e2d5887b73a5e (patch)
treed90ad4d5ff30316e1bd7f80ca23e510d7eeda8a0
parent4bf6734d691679aedf78524c0fd98e44c23af587 (diff)
downloadvideoteco-fork-3deeed64b23075331b2ea098334e2d5887b73a5e.tar.gz
minor README.md fixes
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 13056be..ed117e3 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
This is a fork of Paul Cantrell's and Joyce Nishinaga's
Video TECO, as first [published on Sourceforge](https://sourceforge.net/projects/videoteco/).
+It contains the history of the original CVS repository.
+
Video TECO is a graphical interactive dialect of the
Text Editor and Corrector (TECO) for UNIX and VMS.
@@ -9,7 +11,7 @@ This fork has the following extensions compared to the last
version published by Paul Cantrell in 2007
([v6.4](https://github.com/rhaberkorn/videoteco-fork/releases/tag/v6.4)):
-* Ported to [real-mode MS-DOS](#MS-DOS%20port)!
+* Ported to [real-mode MS-DOS](README.md#MS-DOS%20port)!
* Fixed file backups.
* Avoid warnings and compatibility tweaks for newer C compilers (GCC/Clang) and current
versions of Linux and FreeBSD.
@@ -22,12 +24,12 @@ version published by Paul Cantrell in 2007
(but it was first implemented in this fork).
There is also a dumb non-UNIX implementation that works with temporary
files, that's currently only used for the MS-DOS port.
-* Control characters are echoed in reverse video just like in SciTECO.
+* Control characters are echoed in reverse video just like by default in SciTECO.
* Fixed echoing control characters on the end of lines.
Or was it broken only at the end of the document?
Anyway, it's fixed now.
* Code documentation using [Doxygen](https://doxygen.nl/)
-* Added the [original manual](doc/TECO Manual V4/TECO Manual V4.html) to the repository.
+* Added the [original manual](doc/TECO%20Manual%20V4/TECO%20Manual%20V4.html) to the repository.
Video TECO is the main inspiration of [SciTECO](https://rhaberkorn.github.io/sciteco) and most
development and innovation nowadays takes place there.