Robert Graeme MOSS wrote:
> I have got the Hugs source on my Linux box and it compiles fine, but I
> was wondering how I could change it so that when I press the up-arrow
> key, the previous command is displayed at the prompt. The Irix boxes at
> uni have this ability, but when I compile Hugs on my home system and
> press the up-arrow key, I simply get a control-character (something like
> ^W). Could you please tell me where I can enable this feature?
Use "./configure --with-readline".
See the file called "Install" for more configure options.
All the best,
Christian Sievers