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/
