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:
parent
9ed4542b62
commit
5ec05cafae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user