Fixing the backspace key

From BYU Astro Docs

Jump to: navigation, search

In ecl

The backspace and delete key work great in ecl.

In cl

Edit your login.cl to include the following:

  • Within IRAF type: edit login.cl
  • Near the top of the file add:
#Fixing the backspace key
!stty erase ^H
  • This will make the backspace key work correctly but will break the del key
Personal tools