

To use the color and graphic capability  'console' and 'xterm'
add this to the termcap entries:

:c0=\E[30m:c1=\E[31m:c2=\E[32m:c3=\E[33m:c4=\E[34m:c5=\E[35m:\
:c6=\E[36m:c7=\E[37m:
:d0=\E[40m:d1=\E[41m:d2=\E[42m:d3=\E[43m:\
:d4=\E[44m:d5=\E[45m:d6=\E[46m:d7=\E[47m:bo=\E[1m:be=\E[0m:\
:ga=m:gb=l:gc=k:gd=j:ge=m:gf=l:gg=k:gh=j:\
:gi=n:gj=x:gk=q:gl=u:gm=t:gn=w:go=v:\
:gs=\E(0:gx=\E(B:ve=\E[?25h:vi=\033[?25l:


c0 - c7	----> foreground color
d0 - d7 ----> background color
ga - gx ----> 2. character set

vi - ve ----> cursor off / on


Have fun.

Werner 
	

W. Stein	stein@min.uni-koeln.de 
