1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 01:09:49 +00:00

RMODE - text editor.

This editor is a collection of TECO macros.  It's one of the forerunners
to EMACS.  It was popular on the DM machine.
This commit is contained in:
Lars Brinkhoff
2019-06-03 09:49:27 +02:00
parent bb9f155682
commit 96d165436a
7 changed files with 5 additions and 0 deletions

BIN
bin/_teco_/mod928.177114 Executable file

Binary file not shown.

BIN
bin/_teco_/modedf.177 Executable file

Binary file not shown.

BIN
bin/_teco_/modeta.114 Executable file

Binary file not shown.

BIN
bin/_teco_/tecpur.928 Executable file

Binary file not shown.

1
bin/_teco_/ts.rmode Symbolic link
View File

@@ -0,0 +1 @@
_teco_/mod928.>

View File

@@ -138,3 +138,6 @@ respond "*" ":move turnip; ts view, sys3;\r"
# VDIR
respond "*" ":link sys3; ts vdir, ts view\r"
# RMODE
respond "*" ":link sys1; ts rmode, .teco.;\r"

View File

@@ -265,6 +265,7 @@
- REDRCT, redirect IP routing.
- RIPDEV, replacement for MLDEV for no-longer-existing machines.
- RMAIL, mail reading client.
- RMODE, text editor.
- RMTDEV, MLDEV for non-ITS hosts.
- RUG, PDP-11 debugger.
- SALV, old file system tool for KA and KL.