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

@@ -9,7 +9,7 @@ The basic commands are: AAA AMBASSADOR C100 CDI DATAMEDIA DATAPOINT
DISAPPOINT DM2500 EXECUPORT GLASS GT40 GT44 H19 HEATH HP2640 IMLAC
LA36 MBEE MEMOWRECK MINIBEE4 OIMLAC OMRON PRINTING S1GRINNEL SBEE
SIMLAC SOFTWARE SUPERBEE T1061 T35 TEKTRONIX TELETYPE
TERMINET TIMLAC TISILENT TT2500 TV VT50 VT52 Z19 340D.
TERMINET TIMLAC TISILENT TT2500 TV VT100 VT50 VT52 Z19 340D.
For other types of terminals, see INFO;CRTSTY >.
User option flags are: MORE SAIL SCROLL STANDARDIZE UPPERCASE
@@ -402,6 +402,8 @@ UPPERCASE Causes conversion of lower case to upper case
on type-in. This sets the flag which ^_U
complements.
VT100 Declares the terminal to be a DEC VT100.
VT50 Declares the terminal to be a DEC VT50.
VT52 Declares the terminal to be a DEC VT52.

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.