From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2380 invoked by alias); 17 Jan 2014 21:37:20 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 2369 invoked by uid 89); 17 Jan 2014 21:37:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f170.google.com Received: from mail-vc0-f170.google.com (HELO mail-vc0-f170.google.com) (209.85.220.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 17 Jan 2014 21:37:19 +0000 Received: by mail-vc0-f170.google.com with SMTP id hu8so1828034vcb.15 for ; Fri, 17 Jan 2014 13:37:17 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.88.204 with SMTP id b12mr2095815vcm.3.1389994637058; Fri, 17 Jan 2014 13:37:17 -0800 (PST) Received: by 10.58.156.35 with HTTP; Fri, 17 Jan 2014 13:37:16 -0800 (PST) In-Reply-To: References: Date: Fri, 17 Jan 2014 21:37:00 -0000 Message-ID: Subject: Re: Vim under screen screwing up console on close From: Aaron Humphrey To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00235.txt.bz2 Looks like vim isn't the only problem here, nor is screen. I was able to see some other poor behaviour by looking at a man page and then searching for a string which didn't exist--whether running 'screen' or not. It displayed "Pattern not found" on the bottom line, which caused a bunch of lines to be pushed upward by one, leaving much duplication and confusion. (I would attach a screenshot here, but the mailer-daemon rejected both png and jpg formats. What does it like, gif? bmp? tiff?) I believe I'm using 'less' for my pager, and I can see the same thing using less. Less, vim, man...wasn't there another issue recently that involved those? Maybe I'll try that snapshot and see if that helps with this problem at all. On Fri, Jan 17, 2014 at 11:47 AM, Aaron Humphrey wrote: > I recently updated my Cygwin64 installation. I've been using the > 32-bit version for a while, apparently, but my Setup program for that > wasn't working, so I switched over to the 64-bit version instead. As > such, I'm not sure if this issue is primarily due to running under > cygwin64, or to having updated versions of the various packages. > > Simplest way to reproduce is this: run 'screen', then run 'vim', then > exit with ':q'. My bash prompt is now on the bottom line of my mintty > window, but everything I type, and all output after that, stays on the > last line, each line overwriting the previous. Using 'clear', or > switching to another screen window and back with Ctrl-A commands, > fixes the problem. If I run vim without screen, then it restores the > previous window contents after vim exits. This always happens with > empty files; it sometimes happens when editing other files, but it > doesn't always, and I haven't tried it extensively to try to figure > out why. > > On my 32-bit version, I note that vim under screen doesn't clear the > window when it exits, but it does scroll the window contents up > properly when displaying the bash prompt afterwards. (It does clear > the window when not running under screen? Why is that, and is there a > way to get better control over whether vim clears the screen or not on > exit? Just an aside...) > > I copied the .minttyrc file (optimized to put my Cygwin window in just > the right location with just the right size on my second monitor at > work) from my cygwin32 home directory to my cygwin64 home directory, > so it's using the exact same settings. > > Attached are cygcheck output from my 32-bit and 64-bit installations, > and my .minttyrc. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple