(copy_ascii_no_funny, copy_utf8_no_funny)
(copy_utf8_to_ascii_no_funny): New. (flash, wall, prmptrd, uprmptrd, getcommand): Use them to filter input. (uprnf, pr_flash): Use them to filter output. (prtoascii): No longer used, remove. (player_commands, player_commands_index): Internal linkage.
This commit is contained in:
parent
7e186ed7a8
commit
b5ff7e3beb
5 changed files with 128 additions and 65 deletions
|
@ -57,7 +57,7 @@ struct player {
|
|||
int flags;
|
||||
struct cmndstr *command;
|
||||
struct iop *iop;
|
||||
s_char combuf[1024];
|
||||
char combuf[1024]; /* command input buffer, UTF-8 */
|
||||
s_char *argp[128];
|
||||
s_char *condarg;
|
||||
time_t lasttime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue