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? Bob T.
rdt@cs.queensu.ca writes:
Hi. On Linux, an uparrow navigation character at the Hugs prompt gives me
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
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
participants (2)
-
rdt@cs.queensu.ca -
Sigbjorn Finne