--- rxvt-unicode/src/init.C 2006/01/02 22:23:26 1.129 +++ rxvt-unicode/src/init.C 2006/01/04 04:42:45 1.130 @@ -680,11 +680,6 @@ SavedModes |= PrivMode_menuBar; } -#ifdef CURSOR_BLINK - if (OPTION (Opt_cursorBlink)) - (void)gettimeofday (&lastcursorchange, NULL); -#endif - run_command (argv); } @@ -1081,8 +1076,8 @@ vt = XCreateSimpleWindow (disp, top, window_vt_x, window_vt_y, - TermWin_TotalWidth (), - TermWin_TotalHeight (), + width, + height, 0, pix_colors_focused[Color_fg], pix_colors_focused[Color_bg]); @@ -1110,7 +1105,7 @@ { menuBar.win = XCreateSimpleWindow (disp, top, window_vt_x, 0, - TermWin_TotalWidth (), + width, menuBar_TotalHeight (), 0, pix_colors_focused[Color_fg],