mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix - shell mode
- Removed redundant messages when exiting shell mode.
This commit is contained in:
parent
b94706c56e
commit
00b246ce8a
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
Cory Donnelly).
|
Cory Donnelly).
|
||||||
+ Fixed bug that was causing the 'completed' report to sort incorrectly.
|
+ Fixed bug that was causing the 'completed' report to sort incorrectly.
|
||||||
+ Fixed bug #322 which failed to propagate rc overrides to shell commands.
|
+ Fixed bug #322 which failed to propagate rc overrides to shell commands.
|
||||||
|
+ Fixed redundant messages when exiting shell mode.
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1219,6 +1219,9 @@ void handleShell ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (keepGoing && !std::cin.eof ());
|
while (keepGoing && !std::cin.eof ());
|
||||||
|
|
||||||
|
// No need to repeat any overrides after the shell quits.
|
||||||
|
context.clearMessages ();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue