#******************************************************************************
# @(#)
# @(#)  File           :      AT386
# @(#) 
# @(#)  Terminal       :      NCR3000 VGA-console
# @(#)  Setup          :      -
# @(#)  Emulation Mode :      PC ANSI
# @(#)  Character Set  :      DEC Supplemental Graphics
# @(#)                        (but without characters 215 and 247)
# @(#) 
# @(#)  Date           :      28-09-1994
# @(#)	Driverset      :      94.002
# @(#)	Version        :      6.0.02
# @(#)  Copyright      :      Simac Service b.v. - Ede (c)
# @(#)  Customer       :      Baan International b.v.
# @(#) 
# @(#)  Comment        :      modification of ansi-driver: 
# @(#)                        cu_on and cu_off are not supported
# @(#)
# @(#)			      94/07/28: removed nclrwc
# @(#) 
#******************************************************************************


#*****************************
#    Include files
#*****************************

include=ansi.fkeys,

#*****************************
#    Booleans
#*****************************

#vt100,
mcf,
mgr,

#*****************************
#    Numbers
#*****************************

cols=80,
lines=25,
cf_pos=0,
gr_pos=0,
tmo=5,
disp_vt100=0,

#*****************************
#    Character sets
#*****************************

set0=\e~,
set1=\e},

#*****************************
#    Strings
#*****************************
 
#    Setup
#
#    init  : \e[=6000;1B sets the sound of the bell
#    reset : black bg; white fg
#
init=\e[0;36;40m\e[=6000;1B\e[2J\e[0;0H,
reset=\e[0;37;40m,

#set80=\e[?3l,
#set132=\e[?3h,

bell=^G,

csr=%i\e[%p1%d;%p2%dr,

#    Line Draw Chars (Char.set: DEC Special Graphic)
#
gr_on=\e[12m\e[1m,
gr_off=\e[10m\e[1m,
gr_ond=\e[12m,
gr_offd=\e[10m,

ctl=Z\e[1m,
ctr=?\e[1m,
cbl=@\e[1m,
cbr=Y\e[1m,
dt=A\e[1m,
ut=B\e[1m,
lt=C\e[1m,
rt=4\e[1m,
hb=D\e[1m,
vb=3\e[1m,
kr=E\e[1m,
ctld=Z\e[m,
ctrd=?\e[m,
cbld=@\e[m,
cbrd=Y\e[m,
dtd=A\e[m,
utd=B\e[m,
ltd=C\e[m,
rtd=4\e[m,
hbd=D\e[m,
vbd=3\e[m,
krd=E\e[m,

#    Code Features
#
cf_n=\E[0;1m,
cf_d=\E[0m,
cf_b=\E[0;1;5m,
cf_db=\E[0;5m,
cf_r=\E[0;1;7m,
cf_dr=\E[0;7m,
cf_br=\E[0;1;5;7m,
cf_dbr=\E[0;5;7m,
cf_u=\E[0;1;4m,
cf_du=\E[0;4m,
cf_bu=\E[0;1;4;5m,
cf_dbu=\E[0;4;5m,
cf_ru=\E[0;1;4;7m,
cf_dru=\E[0;4;7m,
cf_bru=\E[0;1;4;5;7m,
cf_dbru=\E[0;4;5;7m,

#    Cursor Control & Positioning
#
cu_on=\000,
cu_off=\000,

cup=\E[%i%p1%d;%p2%dH,

cuu=\e[%p1%dA,
cuu1=\e[A,
cud=\e[%p1%dB,
cud1=\e[B,
cuf=\e[%p1%dC,
cub=\e[%p1%dD,
cub1=\e[D,

home=\e[H,
clear=\e[2J\e[H,

#    Editing
#
inch=\e[1@,
delch=\e[P,
inli=, 
delli=\e[M,
es=\e[0J,
el=\e[K,
kre=\er,

#    Printer Control
#
aux_on=\e[5i,
aux_off=\e[4i,

#    Nls
#
nls_in=generic.in,
nls_out=vtansi_d.out,
