Re: scroll bars

2007-09-06 Thread Reid Thompson

On Thu, 2007-09-06 at 00:22 -0500, Cole Radcliffe wrote:
 %RUN% xterm -fn 10x20 -scrollbar -e /usr/bin/bash -l does not work for me
 
 I also tried it with -scrollBar
 

That's because -scrollbar is not a valid command line parameter tor
xterm.

%RUN% xterm -fn 10x20 -sb -sl 2500 -e /usr/bin/bash -l 


see xterm -help

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: scroll bars

2007-09-05 Thread Reid Thompson

Cole Radcliffe wrote:

Thanks for the help with the font size. Now why does why does %RUN%
XWin  -silent-dup-error -scrollbars give me a terminal with no scroll
bars?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/


the scrollbars param for XWin is not the same as the scrollbar param for 
terminals...


xterm ( and other terminal emulators take a 'scrollbar' variant parameter )

EX.
xterm -sb -sl 2500
rxvt -sb -sl 2500

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: scroll bars

2007-09-05 Thread Cole Radcliffe
%RUN% xterm -fn 10x20 -scrollbar -e /usr/bin/bash -l does not work for me

I also tried it with -scrollBar

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/