summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>2000-02-27 23:02:47 +0000
committermph <mph@FreeBSD.org>2000-02-27 23:02:47 +0000
commit30b97776d572e855b3cfa3df0c76f8701c36bc6c (patch)
tree0f849af11d4d8d9843e70f910633ecd03f9ec801 /games
parentd62b5b6f162264bbe88e303f74adc5f39c74c013 (diff)
downloadFreeBSD-src-30b97776d572e855b3cfa3df0c76f8701c36bc6c.zip
FreeBSD-src-30b97776d572e855b3cfa3df0c76f8701c36bc6c.tar.gz
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.
Diffstat (limited to 'games')
-rw-r--r--games/atc/input.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud