On Wed, Jan 23, 2002 at 00:09:38 -0600, Adam Majer wrote:
> In xterm where you can select various options for the terminal like font
> size or Backarrow Key, [Ctrl-Mouse Button] how can I save my selections so
> they are selected by default the next time I start xterm?

AFAIK you can't, not directly. You can make such settings permanent by
putting them in your ~/.Xresources, e.g.
        XTerm*eightBitInput: true
        XTerm*eightBitOutput: true
        XTerm*saveLines: 250
        XTerm*scrollBar: true
        XTerm*ScrollTtyOutput: true
See xterm(1) and xrdb(1) for details.

HTH,
Ray
-- 
Friends don't send friends HTML email
        Declan McCullagh on the "features" of Javascript in email,
        http://www.lwn.net/2001/0208/a/htmlprivacy.php3

Reply via email to