From 3af5385dd6caff4ca9344a222a882dd3d71c2069 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 18 Mar 2008 15:13:03 -0500 Subject: use_default_colors() in tests --- test/tictactoe/tictactoe.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/tictactoe/tictactoe.lua') diff --git a/test/tictactoe/tictactoe.lua b/test/tictactoe/tictactoe.lua index dadbb2b..a76c72a 100644 --- a/test/tictactoe/tictactoe.lua +++ b/test/tictactoe/tictactoe.lua @@ -39,6 +39,7 @@ local function init_curses() signal.signal("INT", cleanup) signal.signal("TERM", cleanup) curses.start_color() + curses.use_default_colors() curses.setup_term{nl = false, cbreak = true, echo = false, keypad = true} for _, color in ipairs({"red", "blue", "green"}) do curses.init_pair(color, color) -- cgit v1.2.3-54-g00ecf