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

@ -8,7 +8,6 @@
FILE *logfp = NULL, *rfp = NULL;
bool oldstyle = false;
bool editline = true;
bool prompt = true;
int main(int argc, char *argv[])