allow console.pl to work in older browsers
[spider.git] / perl / console.pl
index 2be859894ad459b1ffdbf7ae0fc707a442fa7e94..0642e4b9b09240d26269c0478ca7b4ea13b425ed 100755 (executable)
@@ -79,7 +79,7 @@ sub do_initscr
                init_pair(12, COLOR_MAGENTA, COLOR_BLUE);
                init_pair(13, COLOR_YELLOW, COLOR_GREEN);
                init_pair(14, COLOR_RED, COLOR_GREEN);
-               assume_default_colors($foreground, $background);
+               eval { assume_default_colors($foreground, $background) };
        }
        
        $top = $scr->subwin($lines-4, $cols, 0, 0);