Newsgroups: comp.windows.x Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: gildea@expo.lcs.mit.EDU (Stephen Gildea) Subject: Re: Xterm Xdefaults question Message-ID: <9104031914.AA26149@alex.lcs.mit.edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science References: Date: 3 Apr 91 19:14:52 GMT Lines: 11 You *are* missing something; read about resource specification. You asked for all widgets under xterm to have their geometry set to 80x29. Naturally this includes the pop-up menus. You really only want the VT100 widget to have that geometry, so do xterm*VT100.geometry: 80x29+500+100 (Perhaps this should be in the FAQ.) < Stephen MIT X Consortium