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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57543

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