add DXCIDR, fix version no tracking
[spider.git] / perl / console.pl
index 8de22e8281cd3d6af835fadb875e860ae625e757..c816e373ae0f5dd9c8d6333531472a50514ed2ab 100755 (executable)
@@ -116,7 +116,7 @@ sub do_initscr
        $mycallcolor = COLOR_PAIR(1) unless $mycallcolor;
 }
 
-sub do_resize
+sub doresize
 {
        endwin() if $scr;
        initscr();
@@ -527,7 +527,7 @@ unless ($DB::VERSION) {
 $SIG{'HUP'} = \&sig_term;
 
 # start up
-do_resize();
+doresize();
 
 $SIG{__DIE__} = \&sig_term;