From 1fe25232d20bf7b1f969c5fe91344d5990a945fc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 20 Apr 2015 16:34:15 -0700 Subject: 1112 --- cpp/070console | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/070console') diff --git a/cpp/070console b/cpp/070console index 18faffb6..54206ed9 100644 --- a/cpp/070console +++ b/cpp/070console @@ -4,11 +4,11 @@ #include :(before "End Primitive Recipe Declarations") -CONSOLE_MODE, +CURSOR_MODE, :(before "End Primitive Recipe Numbers") -Recipe_number["console-mode"] = CONSOLE_MODE; +Recipe_number["cursor-mode"] = CURSOR_MODE; :(before "End Primitive Recipe Implementations") -case CONSOLE_MODE: { +case CURSOR_MODE: { initscr(); break; } -- cgit 1.4.1-2-gfad0