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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=qkntXZsnpAFdQEfNOKPh7dcdHQzdyvjJ+vhS2qvkrSU XQZL5aPFL+ckoPpX7Ksi2GS6sT63VbyB3bxRtpQUjs8fV83v7bJ1p0g7muNHV9BO 0JGLqZ1YE6xs1VimkJbToejOz71TThGj2HMKRzr4CeJmRdo8zZ00cDyG/sNjnK/o = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=zrgaBZc6Bsb1tywOFMNcNLvYm48=; b=fmy31bivQMl+eyczI 6b0spD6nl23GzCAbwAVyovtVCVSopHCXkqPiE6wplMoYdwabY4+RoU/N/YTFtmQw TNHkHEGVHJDjJGnNjX/Go9p91pP6AlDkfW4yTXVfgsrrIUhSD7bt+ol1DaI5PknE 2Geipd7sUclNzgMWOYdd5rZBp0= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ea0-f169.google.com X-Received: by 10.14.175.131 with SMTP id z3mr676792eel.65.1391245303826; Sat, 01 Feb 2014 01:01:43 -0800 (PST) Message-ID: <52ECB7DE.8050807@gmail.com> Date: Sat, 01 Feb 2014 10:01:18 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Scrollback buffer broken with snapshot References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 31/01/2014 03:57, Steven Penny wrote: > On Thu, Jan 30, 2014 at 8:44 PM, Steven Penny wrote >> However using this snapshot >> http://cygwin.com/snapshots/x86_64/cygwin1-20140128.dll.xz >> >> it now only clears the screen > > More info > > cygwin1-20140128.dll.xz BAD > cygwin1-20140124.dll.xz BAD > cygwin1-20140118.dll.xz BAD > cygwin1-20140117.dll.xz BAD > cygwin1-20140108.dll.xz BAD > cygwin1-20140105.dll.xz BAD > cygwin1-20131231.dll.xz GOOD > > -- looking at the timing, it is possible that the regression is coming from this change http://cygwin.com/ml/cygwin-cvs/2014-q1/msg00000.html I am not an expert in this area but on https://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.283&r2=1.284 Is see that a specific workaround was disabled -------------------------------------------------------------- +#if 0 /* CGF: 2014-01-04 Assuming that we don't need this anymore */ /* ScrollConsoleScreenBuffer on Windows 95 is buggy - when scroll distance * is more than half of screen, filling doesn't work as expected */ -------------------------------------------------------------- re-enabling it and testing should be easy, could you make by yourself ? Marco -- 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