Quote:
Originally posted by georgipa
Hi,
Somebody can help me, I need a guide where explain how understand the file termcap, for example what term i am emulate and key function.
Thank you.
|
Hi,
Type terminal, run echo $TERM, output TERM=vt100
For example vi $INFORMIXDIR/etc/termcap
then search /vt100|/
The key function in for example, vt100 are:
:k0=\E[17~:k1=\E[18~:
Where k0 = 'F1', k1 = 'F2', .....
Gustavo.