]> git.armaanb.net Git - gen-shell.git/blobdiff - src/main.cpp
finally removed all hints of tasksh
[gen-shell.git] / src / main.cpp
index 8c7683315cf41af527a7e36505a70ffbc8e9380f..fa4bad3cc07418bc11af7ac30c746acdab166af3 100644 (file)
@@ -83,7 +83,6 @@ static int commandLoop (bool autoClear)
   // Display prompt, get input.
   auto command = getResponse (prompt);
 
-  // Obey Taskwarrior's rc.tasksh.autoclear.
   if (autoClear)
     std::cout << "\033[2J\033[0;0H";