From: Hugh E Cruickshank Sent: June 26, 2012 16:01
It appears that the terminfo ansi-m file is no longer distributed with the CentOS 6.2 (along with many others). Can anyone advise how I can obtain this file? As a work around I have copied the file from a CentOS 4 box but that is probably not the "proper" way to do it.
To follow up on my original post I have found that the following also works:
wget http://www.catb.org/~esr/terminfo/termtypes.ti.gz gunzip termtypes.ti.gz tic -e ansi-m termtypes.ti
This would actually appear to be "the proper way" to go.
HTH
Regards, Hugh