X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,TW_RX X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Subject: RE: mintty scroll to bottom Date: Mon, 5 Mar 2012 19:57:29 +0100 Message-ID: In-Reply-To: <4F54F70E.7080504@cs.utoronto.ca> References: <20120302084105 DOT GA14404 AT calimero DOT vinschen DOT de> <20120304115048 DOT GB18852 AT calimero DOT vinschen DOT de> <4F54F70E DOT 7080504 AT cs DOT utoronto DOT ca> From: "Lemke, Michael SZ/HZA-ZSW" To: "Ryan Johnson" , X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 X-SEF-Processed: 7_3_0_01170__2012_03_05_19_57_30 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id q25IvxFZ008039 On March 05, 2012 6:26 PM Ryan Johnson wrote: >On 05/03/2012 5:05 AM, Lemke, Michael SZ/HZA-ZSW wrote: >> On March 04, 2012 12:51 PM, Corinna Vinschen wrote: >>> On Mar 2 20:20, Andy Koppe wrote: >>>> On 2 March 2012 08:41, Corinna Vinschen wrote: >>>>> On Mar 1 20:43, Andy Koppe wrote: >>>>>> On 29 February 2012 12:46, Lemke, Michael SZ/HZA-ZSW wrote: >>>>>>> What is the mintty equivalent to rxvt/xterm's >>>>>>> >>>>>>> -si|+si >>>>>>> Turn on/off scroll-to-bottom on TTY output inhibit; >>>>>>> resource scrollTtyOutput has opposite effect. >>>>>> There's no such option. Shift+End will get you back to the current >>>>>> output after looking at something in the scrollback, as will any >>>>>> keypress that sends something to the terminal. >>>>> Any chance to implement this? Automatic scroll-to-bottom is a useful >>>>> feature, IMHO. >>>> I disagree. The point of being able to scroll back to earlier output >>>> is to read and perhaps copy something. When doing that, having the >>>> scrollback jump back to the bottom without the user asking for it is >>>> rather unhelpful. The Windows console does this, and I always found it >>>> really frustrating. >>> THat's why this is an option in xterm. Every use has another idea how >>> the terminal should behave in this regard, I guess. >> I'd also appreciate very much implementing that option. mintty is >> promoted here as a replacement for rxvt but obviously lacks a functionality >> I've come to depend on. My use case is a terminal window in which I don't >> do much but where a lot of background jobs regularly produce output. >> A quick glance at the window tells me the current status of those jobs. >> Not with mintty anymore. Same with the classic use case tail -f logfile. >What you describe above sounds more like mintty allowing a visible "end >of output" to scroll off the bottom without following it, a behavior >I've never observed and which would arguably be a bug. That's not what I said. > >When I fire up something that produces copious output (gcc bootstrap, >compile emacs, etc.) mintty scrolls to track end-of-output unless I >purposefully scroll upward Right, same here. Turning on scroll-to-bottom would change that. It scrolls to bottom immediately. >(in which case I'd prefer it to stay put long >enough to read/copy the text rather than immediately jumping me back to >end-of-output). That depends on what I am doing in such a terminal. I might have a tail -f /var/log/messages & in that session on a system with low syslog activity. I want to be notified immediately if there is output and don't mind being interrupted. >Once the scrollbar is set back to bottom, it again >tracks end-of-output. Correct. And that's the step I want to skip. The si-option does exactly that. > >Am I missing something? Or do your background jobs just produce output >really infrequently compared to 'make all'? In this case yes, but I also like scroll-to-bottom if there's more output. >The latter is the only way I >can see "reading stuff from the past" and "scroll-to-bottom" coexisting >peacefully They usually won't. That’s why this should be an option and not the default. Michael