mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
TS-32: control-d to exit
- Thanks to Paul Fenwick.
This commit is contained in:
parent
87d05ed28a
commit
8c3580f5c6
3 changed files with 3 additions and 2 deletions
1
AUTHORS
1
AUTHORS
|
@ -10,6 +10,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
Jörg Krause
|
||||
Ben Boeckel
|
||||
ilove zfs
|
||||
Paul Fenwick
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
- TS-29 tasksh hangs trying to read task from stdin
|
||||
(thanks to ilove zfs).
|
||||
- TS-32 control-d to exit
|
||||
(thanks to Eric Hymowitz).
|
||||
(thanks to Eric Hymowitz, Paul Fenwick).
|
||||
- TS-34 Tasksh throw a warning at the end of a review command
|
||||
(thanks to bjonnh).
|
||||
- Review report now defaults to 6 days instead of 1 weeķ, which is more
|
||||
|
|
|
@ -85,8 +85,8 @@ const std::string getResponse (const std::string& prompt)
|
|||
std::getline (std::cin, response);
|
||||
if (std::cin.eof () == 1)
|
||||
{
|
||||
response = "<EOF>";
|
||||
std::cout << "\n";
|
||||
response = "<EOF>";
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue