(getele): ~p printed user text as normal text.
This commit is contained in:
parent
2cc44bb182
commit
44b11ab597
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ getele(char *nation, char *buf /* buf is message text */)
|
|||
}
|
||||
if (tilde_escape(buffer, 'p')) {
|
||||
pr("This is what you have written so far:\n");
|
||||
pr("%s", buf);
|
||||
uprnf(buf);
|
||||
continue;
|
||||
}
|
||||
if (buffer[0] == '.' && ((buffer[1] == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue