uparrow at hugs prompt

Sigbjorn Finne sof@galois.com
Sat, 12 Jan 2002 08:31:54 -0800


rdt@cs.queensu.ca writes:
>

> Hi. On Linux, an uparrow navigation character at the Hugs prompt gives me
the
> preceding expression, much like a shell. On our Solaris boxes here, the
uparrow
> gives me
>
> Prelude> ^[[A
>
> Should I expect the Linux behaviour on Solaris? If so, where would the
problem
> be in the Solaris environment?
>

Hi,  you have to compile in 'readline' support to get at this - try
re-configuring&building with the --with-readline option on.

--sigbjorn