RE: FW: How to get scroll bars on initial xterm instance?

2008-04-08 Thread Siegfried Heintze (Aditi)
On Mon, 2008-04-07 at 12:23 -0700, Siegfried Heintze (Aditi) wrote: When I run startx it creates an xterm for me. But this xterm does not have a scroll bar. I like to create xterms with -sl 3000 -sb so I get lots of history. How can I make startx create an xterm with these options? edit

RE: FW: How to get scroll bars on initial xterm instance?

2008-04-08 Thread Thomas Dickey
On Tue, 8 Apr 2008, Siegfried Heintze (Aditi) wrote: On Mon, 2008-04-07 at 12:23 -0700, Siegfried Heintze (Aditi) wrote: When I run startx it creates an xterm for me. But this xterm does not have a scroll bar. I like to create xterms with -sl 3000 -sb so I get lots of history. How can I make

FW: How to get scroll bars on initial xterm instance?

2008-04-07 Thread Siegfried Heintze (Aditi)
When I run startx it creates an xterm for me. But this xterm does not have a scroll bar. I like to create xterms with -sl 3000 -sb so I get lots of history. How can I make startx create an xterm with these options? Thanks, siegfried -- Unsubscribe info:

Re: FW: How to get scroll bars on initial xterm instance?

2008-04-07 Thread Reid Thompson
On Mon, 2008-04-07 at 12:23 -0700, Siegfried Heintze (Aditi) wrote: When I run startx it creates an xterm for me. But this xterm does not have a scroll bar. I like to create xterms with -sl 3000 -sb so I get lots of history. How can I make startx create an xterm with these options? Thanks,

RE: FW: How to get scroll bars on initial xterm instance?

2008-04-07 Thread Crider, Joseph A
: Re: FW: How to get scroll bars on initial xterm instance? On Mon, 2008-04-07 at 12:23 -0700, Siegfried Heintze (Aditi) wrote: When I run startx it creates an xterm for me. But this xterm does not have a scroll bar. I like to create xterms with -sl 3000 -sb so I get lots of history. How can I

RE: FW: How to get scroll bars on initial xterm instance?

2008-04-07 Thread Thomas Dickey
On Mon, 7 Apr 2008, Crider, Joseph A wrote: Or create a .Xresources file in your home directory that includes Xterm.*.saveLines: 3000 Xterm.*.scrollbar: true perhaps you meant XTerm*saveLines: 3000 XTerm*scrollbar: true (the class name is XTerm, and the . is