- Added notes on what the prompt should be.
This commit is contained in:
Paul Beckingham 2014-09-15 20:03:31 -04:00
parent 69fc5fe39b
commit e020966425

View file

@ -30,6 +30,9 @@
////////////////////////////////////////////////////////////////////////////////
std::string composePrompt ()
{
// TODO The prompt should be composed of two elements:
// TODO - The configurable text
// TODO - The accumulated context, as colored tokens.
return "task> ";
}