Fixing the backspace key
From BYU Astro Docs
[edit]
In ecl
The backspace and delete key work great in ecl.
[edit]
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

