]> git.armaanb.net Git - gen-shell.git/blobdiff - src/prompt.cpp
started to remove tw specifics
[gen-shell.git] / src / prompt.cpp
index b1d40f52e44e1801c65034a18e97aabbb6c99658..3eb12b2fcc4dfe5510403ed4246934553e76e7a6 100644 (file)
@@ -1,6 +1,6 @@
 ////////////////////////////////////////////////////////////////////////////////
 //
-// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez.
+// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez, 2020 Armaan Bhojwani
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -88,11 +88,6 @@ std::string composeContexts (bool pretty /* = false */)
 ////////////////////////////////////////////////////////////////////////////////
 std::string promptCompose ()
 {
-  // TODO The prompt may be composed of different elements:
-  // TODO - The configurable text
-  // TODO - The accumulated context, as colored tokens.
-  // TODO - sync status
-  // TODO - time
   auto decoration = composeContexts (true);
   if (decoration.length ())
     return "task " + decoration + "> ";