Feature #499
- Relocated change to inside the Permission object, thus making the change smaller.
This commit is contained in:
@@ -71,6 +71,8 @@ bool Permission::confirmed (const Task& task, const std::string& question)
|
||||
std::cout << std::endl; // Flush.
|
||||
|
||||
int answer = confirm4 (question);
|
||||
std::cout << "\n"; // #499
|
||||
|
||||
if (answer == 2)
|
||||
allConfirmed = true;
|
||||
|
||||
|
||||
@@ -1592,8 +1592,6 @@ int handleDone (std::string &outs)
|
||||
<< " as done.\n";
|
||||
|
||||
outs = out.str ();
|
||||
if (count > context.config.getInteger ("bulk"))
|
||||
outs = "\n" + outs;
|
||||
context.hooks.trigger ("post-done-command");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user