1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-29 19:08:01 +00:00

New %TV100.

This commit is contained in:
Lars Brinkhoff
2021-01-26 11:58:02 +01:00
parent 84e4c5793c
commit 86eac6bf9c
5 changed files with 22 additions and 1 deletions

View File

@@ -509,6 +509,7 @@ CNSGET: get various console parameters (ITS TTY)
14 %TNHDS Concept 100
15 %TNH19 H19
16 %TNAAA Ann Arbor Ambassador
17 %TN100 VT100
val 4 TTYCOM variable.
4.9 Communicate mode.
4.8 %TCLFT Local feed through (my job sees his typing).
@@ -650,6 +651,7 @@ CNSSET: set various console parameters (ITS TTY)
14 %TNHDS Concept 100
15 %TNH19 H19
16 %TNAAA Ann Arbor Ambassador
17 %TN100 VT100
arg 5 TTYCOM variable.
4.6 %TCICO Input comm override (my job sees my typing).
4.5 %TCOCO Output comm override (I see my job's typing).

View File

@@ -2492,6 +2492,7 @@ The possible values are:
%TNHDS==14 ;Concept-100
%TNH19==15 ;H19
%TNAAA==16 ;Ann Arbor Ambassador
%TNAAA==17 ;VT100

File: ITSTTY, Node: H/1/d, Previous: H/1/c, Up: H/1, Next: H/1/e

View File

@@ -160,6 +160,7 @@ TCTYP: Terminal type code (per-TTY)
14 %TNHDS Concept 100
15 %TNH19 Zenith H19
16 %TNAAA Ann Arbor Ambassador
17 %TN100 VT100
This variable can be read with the CNSGET and TTYVAR system calls
and set with the CNSSET and TTYVAR system calls.