13 Jan
2002
13 Jan
'02
12:31 a.m.
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