Troubleshooting

Qedit 5.7 for HP-UX

Home Previous Next


Troubleshooting

If your TERM environment variable is set to a VT terminal, Qedit will automatically use Screen mode when you type "vi." If you are running Reflection with HP and VT emulation, and Qedit is still using Visual mode, you should check the following items:

  • The RCRTMODEL environment variable is set to 0.
  • The TERM variable has been exported. Use export to see a list of your exported variables.
  • The value used in your TERM variable is a valid terminfo entry. Type in untic $TERM or untic terminfo value to check this.

You can also manually put Qedit into Screen mode by typing in the following command:

set vis screen on


Home Previous Next