global argv
if {"$argv" == "XTERMWISH"} {
  catch "source ../library/tkSteal.tcl"
  tksteal .xterm -command {} -name steal-wish -width 80 -height 25
  pack append . .xterm {top fill expand}
  wm maxsize . 1000 1000
}

