Skip to content

promptChar()

CreativeRobotics edited this page Sep 5, 2020 · 1 revision
Commander& promptChar(char eol)
char promptChar()

Set or get the character that is printed out when the command prompt is printed. By default this is the '>' character.

When the command prompt is printed, this character is appended to the Commander objects name, by default the name is 'CMD' so the command prompt will be displayed as CMD>

Clone this wiki locally