[comp.terminals] Looking for info/docs on Selanar Graphics terminal

das@voodoo.voodoo.uucp (Deb Schwartz) (09/20/90)

I recently bought an old Selanar Graphics Hirez 100XL terminal.  Does
anyone out there have any documentation on these, or know who made them?
I've got it hooked up to a modem and use it to dial into our file server	at work, and it works beautifully, but I suspect it may have capabilities
of which I am unaware.  Any info would be very appreciated.

Debbie Schwartz                              (206) 865-6558 (wk)
Boeing Computer Services     ....uunet!bcstec!voodoo!das  or  das@voodoo.UUCP 
M/S 7k-20,     P.O. Box 24346,      Seattle, WA    98124-0346
*** Boeing only owns the programming part of my brain: the rest is all mine. ***

gwyn@smoke.BRL.MIL (Doug Gwyn) (09/22/90)

In article <281@voodoo.UUCP> das@voodoo.voodoo.uucp (Deb Schwartz) writes:
>I recently bought an old Selanar Graphics Hirez 100XL terminal.  Does
>anyone out there have any documentation on these, or know who made them?

We had one of these for a while, and I devised the following termcap
entry for it.  The terminal would enter Tektronix 4014 emulation mode
upon receipt of the appropriate escape sequence; see below.  As a
text-oriented terminal it was very similar to DEC's VT100, although
capable of being set up to display twice as many lines of text.  Not
a bad terminal, actually.  (By the way, I have no idea what the "XL"
designation might mean.  I guessing that it didn't affect the
HiREZ-100 functionality described here, though.)

To put the HiREZ-100 into tektronix 4014 emulation mode:
	echo '\0033<\0033[H\0033[J\00331\00358` @\0033;\0037\c'
	stty ff1 -tabs </dev/tty

To put the HiREZ-100 back into text-oriented CRT mode:
	echo '\00332\0033<\c'
	stty ff0 vt0 tabs </dev/tty

Other useful sequences:
	echo '\0033\0014\c'	# clear graphics display (in Tek mode)
	echo '\0033[H\0033[J\c'	# clear text display (in text mode)

Entry for /etc/termcap:

#
# Selanar HiREZ-100
# The following SET-UP modes are assumed for normal operation:
#	SET_DEFAULT_TABS	48_LINES		80_COLUMNS
#	ONLINE			ANSI			CURSOR_VISIBLE
#	VT102_AUTO_WRAP_ON	VT102_NEWLINE_OFF	VT102_MONITOR_MODE_OFF
#	LOCAL_ECHO_OFF		US_CHAR_SET		WPS_TERMINAL_DISABLED
#	CPU_AUTO_XON/XOFF_ENABLED			PRINT_FULL_SCREEN
# For use with graphics software, all graphics modes should be set to factory
# default.  Other SET-UP modes may be set for operator convenience or
# communication requirements.  No delays are specified; use "stty ixon -ixany"
# to enable DC3/DC1 flow control!
# I commented out the scrolling capabilities since they are too slow.
S0|hirez100|Selanar HiREZ-100:\
	:ae=^O:AL=\E[%dL:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cm=\E[%i%d;%dH:\
	:co#80:cr=^M:.cs=\E[%i%d;%dr:ct=\E[3g:DC=\E[%dP:dc=\E[P:DL=\E[%dM:\
	:dl=\E[M:DO=\E[%dB:do=^J:ho=\E[H:is=\E<\E)0:it#8:k0=\EOP:k1=\EOQ:\
	:k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
	:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:LE=\E[%dD:le=^H:\
	:li#48:ll=\E[48H:mb=\E[5m:md=\E[1m:me=\E[m:mi:mr=\E[7m:ms:nd=\E[C:\
	:nw=\EE:pf=\E[4i\E[?4i:po=\E[?5i\E[5i:ps=\E[i:rc=\E8:RI=\E[%dC:\
	:rs=^X\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;7h\E[?1;3;6;19l\
\E[r\E[m\E(B^O\E)0\E>:\
	:sc=\E7:se=\E[m:.sf=^J:so=\E[7m:.sr=\EM:st=\EH:ta=^I:ue=\E[m:UP=\E[%dA:\
	:up=\EM:us=\E[4m:vt#3:xo:\
	:cl=\E[H\E[J:\
	:bs:kn#4:pt:
S1|hirez100-w|Selanar HiREZ-100 in 132-column mode:\
	:co#132:\
	:rs=^X\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;3;7h\E[?1;6;19l\
\E[r\E[m\E(B^O\E)0\E>:\
	:tc=hirez100: