On Fri, 2007年07月06日 at 08:57 +0200, Jan Moesen wrote: > > e.g. I can only see the last 200 lines in my terminal. > If you are talking about the default console window (e.g. bash), you can > change its properties in the window's system menu. Click on the icon in > the title bar, choose Properties, go to the Layout tab and change the > screen buffer size. >> Hope that helps, >> Jan! >> -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ If you're talking about rxvt or xterm, etc, then pass the appropriate command line parameter when invoking, or set it in .Xdefaults.. rxvt -sl 2500 => scroll length 2500 or add to .Xdefaults => Rxvt.saveLines: 2500 xterm -sl 2500 or .Xdefaults => Xterm.savelines: 2500 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/