Replace linenoise with libedit in code and build.

This commit is contained in:
Jason S. Ninneman 2017-07-01 06:51:00 -07:00
parent f47f3a4603
commit ad3b097c9e
5 changed files with 24 additions and 65 deletions

View file

@ -4,7 +4,6 @@
#include <stdbool.h>
#include <time.h>
#include "advent.h"
#include "linenoise/linenoise.h"
#include "dungeon.h"
FILE *logfp = NULL, *rfp = NULL;