From f78a5eeb5ae05049cc08ee1635f12a5d81b9a938 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Fri, 31 May 2002 05:11:38 +0000 Subject: crmode -> cbreak --- games/robots/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/robots') diff --git a/games/robots/main.c b/games/robots/main.c index 17b19401bd5..6c820218d43 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.10 2002/05/31 04:21:30 pjanzen Exp $ */ +/* $OpenBSD: main.c,v 1.11 2002/05/31 05:11:37 pjanzen Exp $ */ /* $NetBSD: main.c,v 1.5 1995/04/22 10:08:54 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.10 2002/05/31 04:21:30 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.11 2002/05/31 05:11:37 pjanzen Exp $"; #endif #endif /* not lint */ @@ -143,7 +143,7 @@ main(ac, av) initscr(); signal(SIGINT, quit); - crmode(); + cbreak(); noecho(); nonl(); if (LINES != Y_SIZE || COLS != X_SIZE) { -- cgit v1.2.3