Building and Setting the TERMINFO Environment Variable in Interix (246419)



The information in this article applies to:

  • Interix 2.2.1
  • Interix 2.2.2
  • Interix 2.2.3
  • Interix 2.2.4

This article was previously published under Q246419

SUMMARY

This article describes how to build and set the TERMINFO environment variable.

MORE INFORMATION

To built a TERMINFO entry:
  1. Start Ksh on one computer, and then type:

    $ infocmp > Interix.tic

  2. Move the Interix.tic file to the platform that you want.
  3. On the other computer, type:

    $ tic Interix.tic

    The TERMINFO entries should be created.
If your other computer is already set up, it should place the TERMINFO entries in the proper location. If not, you should see some files in the current folder. These files need to go in the proper locations (for example, /usr/share/terminfo/).

If you do not have tic, you may need to determine whether your computer uses TERMINFO or TERMCAP, and then find the tools that the platform uses to build new TERMINFO entries.

Modification Type:MajorLast Reviewed:7/31/2001
Keywords:kbenv kbinfo KB246419