Change RETTOKEN from '\n' to '\r'; it didn't work under some or all

terminals before.  This change tested on FreeBSD syscons, XFree86 xterm,
and Solaris xterm.
This commit is contained in:
Matthew Hunt 2000-02-27 23:02:47 +00:00
parent 9ed4542b62
commit 5ec05cafae

View File

@ -59,7 +59,7 @@ static const char rcsid[] =
#define MAXRULES 6
#define MAXDEPTH 15
#define RETTOKEN '\n'
#define RETTOKEN '\r'
#ifdef SYSV
#define CRTOKEN '\r'
#endif