Next: Exception model, Previous: Full Face, Up: Faces
The default command prompt displayed is friendly but rather uninformative. This can be changed.
Return a string made by formatting
thud-prompt. Most characters are copied without change, the exception being%cis expanded to be the current cycle number, and%sto be the scope.(set! thud-prompt "[%s] %c > ") (format-prompt) => "[/a/b/c/] 42 > "Newlines and other Guile-standard backslash-introduced characters are accepted (basically, anything that can be read as part of a string).