How to Set the FOXTERM Environment Variable

Last reviewed: August 28, 1995
Article ID: Q118913
The information in this article applies to:
  • Microsoft FoxPro for UNIX, version 2.6

SUMMARY

FoxPro for UNIX has two terminal environment variables: TERM and FOXTERM. You can use TERM for all applications; FOXTERM provides more specific FoxPro functionality without affecting other applications.

MORE INFORMATION

terminfo is a database many UNIX applications use to provide information on how to display characters. If FoxPro needs more information on how to display characters and other applications are working fine using terminfo, use FOXTERM. For example, when you are using a Wyse 60 terminal, a TERM setting of wy60 may be fine for applications other than FoxPro. However, FoxPro may need to use the wy60fox-pc entry for more functionality. To set FOXTERM when you are using the Bourne shell, type the following:

   FOXTERM=wy60fox-pc ; export FOXTERM

   -or-

   FOXTERM=wy60fox-pc
   export FOXTERM

With the C-shell, type the following:

   setenv FOXTERM wy60fox-pc

REFERENCES

FoxPro for UNIX "Installation and Configuration Guide"


Additional reference words: FoxUnix 2.60
KBCategory: kbprg
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 28, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.