> In order to make changes to the terminfo database, you must run "tic". 
> That is, generate a file with infocmp, edit it, then compile that file
> with tic.  Is that what you did?
Yes, I think so:
-----------
infocmp $TERM > tmp.dat
(edited the file)
tic -c tmp.dat
tic tmp.dat
-----------

Jens

Reply via email to