*Telescope has titlebar and close button (close button will crash telescope)
// TeleWindow.cpp:89 Atom windowType = XTools::_NET_WM_WINDOW_TYPE_SPLASH; XChangeProperty(_dpy, _win, XTools::_NET_WM_WINDOW_TYPE, XA_ATOM, 32, PropModeReplace, (const unsigned char*)&windowType, 1);
*If there are two xterm running, closing another will close (or crash) them both.