From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29190 invoked by alias); 6 Oct 2006 07:13:29 -0000 Received: (qmail 29180 invoked by uid 22791); 6 Oct 2006 07:13:28 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-04.spheriq.net (HELO fra-del-04.spheriq.net) (195.46.51.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Oct 2006 07:13:25 +0000 Received: from fra-out-02.spheriq.net (fra-out-02.spheriq.net [195.46.51.130]) by fra-del-04.spheriq.net with ESMTP id k967DMGr015505 for ; Fri, 6 Oct 2006 07:13:22 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-02.spheriq.net with ESMTP id k967DKLc020776 for ; Fri, 6 Oct 2006 07:13:21 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k967DJas029992 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 6 Oct 2006 07:13:20 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B14BDDA42; Fri, 6 Oct 2006 07:13:19 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 701A0472A9; Fri, 6 Oct 2006 07:13:19 +0000 (GMT) Received: from st.com (crx1177.cro.st.com [164.129.47.77]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CIP81677 (AUTH "denis pilat"); Fri, 6 Oct 2006 09:13:18 +0200 (CEST) Message-ID: <4526020E.8010700@st.com> Date: Fri, 06 Oct 2006 07:13:00 -0000 From: Denis PILAT User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches Subject: Re: [readline] TUI size computation for mingw32 hosts References: <451BCA71.5040109@st.com> <20061005222938.GC14087@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00051.txt.bz2 Daniel Jacobowitz wrote: >On Thu, Sep 28, 2006 at 03:13:21PM +0200, Denis PILAT wrote: > > >>Attached is a patch that fix a problem of calculating console window size >>when gdb is hosted on windows. >> >>I already fixed this problem in gdb 6.4 version, that was integrated into >>readline (cf >>http://sources.redhat.com/ml/gdb-patches/2006-02/msg00245.html) >>, but the readline I got from the 6.5 version cancels the modification >>with some new >>code that overwrote variables I used. >> >> > >Hi Denis, > >This looks fine to me - did you hear back from Chet about it? > Not yet Daniel