[net.info-terms] ADM31 - What does ^[G1, ^[G0, and ^[G4 do?

dob@ihuxj.UUCP (Daniel M. O'Brien) (05/12/84)

I have written a terminal emulation program for my IBM-PC that
simulates the LSI ADM series of terminals. It does a fair imitation
of the ADM31. All that is lacking is the standout and underline
escape sequences. Since I don't actual have such a terminal, I have
been relying on the /etc/termcap and /etc/terminfo (Sys V, Rel 2) 
that describes the ADM31. I need to know what does the following
escape sequences produce on the ADM31.

	Sequence	termcap name	terminfo name
	--------	------------	-------------
	^[G1		so		smso		Begin stand out mode
	^[G0		se		rmso		End stand out mode
	^[G4		so		smso		Begin ....
	
^[ denotes ESC (also designated as \E in term[cap|info] descriptions).

What is the difference between the 1 and 4 after the G? 

Thanks in advance.
-- 
		
			Daniel M. O'Brien
			AT&T Bell Laboratories
			IH 4A-258
			Naperville, IL 60566
		
			....!ihuxj!dob