Enable input editing with the linenoise library.

This commit is contained in:
Eric S. Raymond 2017-06-10 05:11:29 -04:00
parent 037f1df7dd
commit 63e971fc4c
5 changed files with 30 additions and 7 deletions

View file

@ -118,7 +118,7 @@ extern long SETBIT(long);
extern bool TSTBIT(long,int);
extern long RNDVOC(long,long);
extern void BUG(long) __attribute__((noreturn));
extern void MAPLIN(FILE *);
extern bool MAPLIN(FILE *);
extern void TYPE(void);
extern void fSAVEIO(long,long,long*);