1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-09 04:19:38 +00:00

How to use com links.

This commit is contained in:
Lars Brinkhoff
2018-09-10 15:03:19 +02:00
parent dc1f235e59
commit 7e496edf81
2 changed files with 32 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ There are some short introductions for beginners:
- [Games](doc/games.md)
- [Printing](doc/printing.md)
- [Assembling ITS](doc/NITS.md)
- [Com link mode](doc/comlink.md)
A list of [known ITS machines](doc/machines.md).

31
doc/comlink.md Normal file
View File

@@ -0,0 +1,31 @@
# How to use com links in ITS
Com links allow terminal sharing between users.
### Entering and exiting com link mode
Use <code><kbd>^_</kbd>C*foo*</code> to attach to terminal or user
*foo*. An octal number specifies a terminal number. This works with
any number of users.
Initially, input and output to programs is disabled, so users can type
text to each other.
Use <code><kbd>^_</kbd>N</code> to detach from terminal sharing.
### Using programs in com link mode
In com link mode, toggle program I/O with <code><kbd>^\_</kbd>I</code>
and <code><kbd>^_</kbd>O</code>. When I/O is enabled, programs can
use the terminal normally.
### Slaving terminals
Slaving a terminal means sending input to it from another terminal.
When in com link mode, use <code><kbd>^\_</kbd>S*foo*</code> to slave
another terminal. To toggle sending it input, use
<code><kbd>^\_</kbd>E</code>. Doing <code><kbd>^_</kbd>E</code> will
automatically slave the other terminal if there are only two terminals
in the com link session.