<A HREF="manual_c.htm"><img align=center src="contents.gif" ALT="Contents"></A> Up Previous Next

Set prompt -p<string>


A -p<str> option can be used to change the prompt to the specified string, <str>:
 Prelude> :set -p"Hugs> "
 Hugs> :set -p"? "
 ?
Note that you will need to use quotes around the prompt string if you want to include spaces or special characters. Any %s in the prompt will be replaced by the current module name. The default prompt is "%s> ".