I am trying to select best term for UNIX terminal , checked the term information
post , but when I try to get information about ls /lib/term*
its not defined.
However I did find ls /lib/libtermcap.so
and various such libtermcap.so.2 libtermcap.so.2.0.8
and other data , but all of them are in binary format so I can't read them.
Here is my question.
- How to select best Term for my applications?
- How to know about all available term information?
$term
and$TERM
are set toxterm
.I found the info at
– JigarGandhi Dec 03 '14 at 09:16/usr/share/terminfo/*/*
lots of term versions are defined. Will see to them.