success = SetPrompt(name)
D0 D1
BOOL SetPrompt(STRPTR)
Sets the text for the prompt string referenced by the CLI structure (struct CommandLineInterface). If the prompt is too long to fit, a failure is returned, and the old value is left intact. It is advised that you inform the user of this condition.
This function is safe to call even if there is no CLI structure attached to the current Process.
The size of the prompt is truncated to a fixed (1.3 compatible) size which can never exceed 255 characters.