Don't advertize ^D as means to end a telegram
getele() aborts the telegram on EOF since commit bc8a4432
(v4.2.21).
Besides, ^D may not work with some clients.
This commit is contained in:
parent
475f518be1
commit
5dcd748f9d
6 changed files with 11 additions and 10 deletions
|
@ -53,7 +53,7 @@ getele(char *recipient, char *buf)
|
|||
char left[16];
|
||||
|
||||
pr("Enter telegram for %s\n", recipient);
|
||||
pr("undo last line with ~u, print with ~p, abort with ~q, end with ^D or .\n");
|
||||
pr("undo last line with ~u, print with ~p, abort with ~q, end with .\n");
|
||||
bp = buf;
|
||||
*bp = 0;
|
||||
for (;;) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue