Jettison the -s option.

It's no longer needed since libedit doesn't have the 'paste bug'.
This commit is contained in:
Jason S. Ninneman 2017-07-01 07:22:12 -07:00
parent 98f019b9e4
commit dec4cf3968
4 changed files with 7 additions and 14 deletions

View file

@ -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);