Index: src/elwish.c
--- src/elwish.c.orig
+++ src/elwish.c
@@ -68,8 +68,6 @@ elWishAppInit(Tcl_Interp *interp)
    /* change the rc file */
    Tcl_SetVar(interp, "tcl_rcFileName", "~/.elwishrc", TCL_GLOBAL_ONLY);
 
-   /* I hate that stupid empty window you get after Tk_Init() */
-   Tcl_Eval(interp, "wm withdraw .");
 
    return TCL_OK;
 }
