[comp.terminals] Hirez Selanar 100XL

kwon@duke.cs.duke.edu (Keehang Kwon) (03/17/91)

I have a Hirez Selanar 100 XL terminal which has the ANSI, vt52 and
tek4014 modes and 24/48 lines option.

I don't know what kind of terminal setting I should use for the best
performance with 2400 bps modem.

I currently set TERM=vt100-24 with ANSI mode. Is that the right way ?

Thanks..     Kwon.

-- 
Department of Computer Science, Duke University, Durham, NC 27706
ARPA:	kwon@cs.duke.edu
CSNET:	kwon@duke        
UUCP:	decvax!duke!kwon

gwyn@smoke.brl.mil (Doug Gwyn) (03/18/91)

In article <669184220@locust.cs.duke.edu> kwon@duke.cs.duke.edu (Keehang Kwon) writes:
>I have a Hirez Selanar 100 XL terminal which has the ANSI, vt52 and
>tek4014 modes and 24/48 lines option.
>I currently set TERM=vt100-24 with ANSI mode. Is that the right way ?

Assuming that it's similar to the HiREZ-100 we had around here for a
while, several years ago, I preferred to operate it in a VT100-like
mode but using more than 24 lines.  It's easy to kick it into
Tektronix 401x mode for graphics:
	echo '\0033<\0033[H\0033[J\00331\00358` @\0033;\0037\c'
	stty ff1 -tabs </dev/tty
and back into ANSI X3.64 text mode:
	echo '\00332\0033<\c'
	echo '\0033[H\0033[J\c'	# to clear the display if desired
	stty ff0 vt0 tabs </dev/tty
(Obviously you should package the above into a shell script or two.)
I used the following termcap description with satisfactory results:

#
# 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: