Everhart, Glenn From: Wayne W. Scott [wscott@nac.net] Sent: Monday, November 09, 1998 3:35 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: DECterminal X resources? Steve Russell wrote: > > Does anyone know, or know how to find, the available X resource settings for > decterms? I'm referring to the "decw$terminal.blah.blah: blah" things that get > written to the decw$terminal_defaults.dat file. The "Options" X menu writes > some of these settings automatically, but I've got a sneaky suspicion that > there are more lurking about, hopefully one like "*turnOffTheDamnMenuBar." Any > info would be appreciated... > > $ logout, > Steve I used the following on a former project and job: ! DECTERM resources to reduce menubar down to one pixel height. *decterm_mb*height: 1 *decterm_mb*resizeHeight: false *decterm_mb*resizeWidth: false DECW$TERMINAL.main.terminal.adjustFontSizes: off DECW$TERMINAL.main.terminal.saveLinesOffTop: 2048 DECW$TERMINAL.main.terminal.scrollVertical: on DECW$TERMINAL.main.terminal.cursorStyle: 1 DECW$TERMINAL.main.terminal.shareColormapEntries: on DECW$TERMINAL.main.terminal.autoResizeTerminal: off DECW$TERMINAL.main.terminal.condensedFont: off I think I had put them in DECW$XDEFAULTS.DAT. If you have trouble, I can dig through my archives more. Wayne