X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=MXm5rmjErBr1Ka8F5ySG66YnblI3c7jpf0Qui7qiZj3COA1bYuGCE qcFjPkRAy2eyEKMVpx1BzmHWkOY7Frl4qPbY+9BLkJ3KMnkHARvTvk80bcLkwC+F htNJ2bY/iYSBXhCMzNbbkwW3A4RsK/SR0BDVRgeaikTdDj/T3a2TMU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=nC63CBz04sZQGn89/W42/XslRzU=; b=TNDIPKkZiBEwA/Cvtr95QzyafreY XXTjPjI4W1ks7Aj8zPxBINEPc9vT5d0iJGXTt+eU1c0xgvyYr5nrb5lmLgQPegqh pKl1HMQjQyzHxVgSYLiojEvLmj9b2ebw4EO+HwPJPxpxY0m54NDm4druqOuFutsn sw724o3RoxFKXQE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: Vim under screen screwing up console on close Date: Sun, 19 Jan 2014 14:35:21 -0500 Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > > 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. > > 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. I also saw this problem yesterday. I was using screen, but not vim - it happened in a bash session. I don't know what caused it. After a while I did something to reconfigure the terminal - I can't remember what, but maybe I killed the shell or screen session - and it cleared up again. -- 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