Jettison the -s option.
It's no longer needed since libedit doesn't have the 'paste bug'.
This commit is contained in:
parent
98f019b9e4
commit
dec4cf3968
4 changed files with 7 additions and 14 deletions
2
advent.h
2
advent.h
|
@ -173,7 +173,7 @@ struct command_t {
|
|||
|
||||
extern struct game_t game;
|
||||
extern FILE *logfp;
|
||||
extern bool oldstyle, editline, prompt;
|
||||
extern bool oldstyle, prompt;
|
||||
|
||||
extern char* xstrdup(const char* s);
|
||||
extern void* xmalloc(size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue