PDA

View Full Version : edit or joe in bash


zx7r
11-18-2001, 08:23 PM
can anyone tell me why when i try to edit a file when using bash all the lines get messed up? I try to arrow to the right and it will clear letter by letter as I scroll through the file.

any help would be appreciated.

IWantMyDTV
11-18-2001, 10:04 PM
joe expects the height of the screen to be 25 lines. your term program is probably set for 24 and thus the screen refresh is not quite right. Set your terminal program to 25. (Hyperterm will not let you change this)

zx7r
11-18-2001, 10:18 PM
that was it


thanks