If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > guide termcap

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-03, 09:13
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
guide termcap

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.
Reply With Quote
  #2 (permalink)  
Old 11-20-03, 10:20
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: guide termcap

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.
Reply With Quote
  #3 (permalink)  
Old 11-21-03, 10:31
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Hi,

I need for every type of term.

Thank you.
Reply With Quote
  #4 (permalink)  
Old 11-21-03, 10:40
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Quote:
Originally posted by georgipa
Hi,

I need for every type of term.

Thank you.
Hi,
I suggest look for books of operating system.

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On