From 30b97776d572e855b3cfa3df0c76f8701c36bc6c Mon Sep 17 00:00:00 2001 From: mph Date: Sun, 27 Feb 2000 23:02:47 +0000 Subject: 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. --- games/atc/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/atc/input.c b/games/atc/input.c index 0becdf6..88eb603 100644 --- a/games/atc/input.c +++ b/games/atc/input.c @@ -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 -- cgit v1.1