From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2023 invoked by alias); 29 Oct 2002 16:03:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1911 invoked from network); 29 Oct 2002 16:03:38 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 29 Oct 2002 16:03:38 -0000 Received: by redhat.com (Postfix, from userid 201) id 25FFE1BF2F; Tue, 29 Oct 2002 11:05:12 -0500 (EST) Date: Tue, 29 Oct 2002 08:03:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: TUI, secondary prompts do not work Message-ID: <20021029160512.GE16855@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: <3.0.6.32.20021028224950.007ad100@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3.0.6.32.20021028224950.007ad100@127.0.0.1> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-10/txt/msg00582.txt.bz2 On Mon, Oct 28, 2002 at 10:49:50PM +0100, Ton van Overbeek wrote: >At 14:50 10/26/2002 +0200, Stephane Carrez wrote: > >>Thanks for the report. >> >>It was a bug in the TUI and not in the way gdb manages prompts. >>See http://sources.redhat.com/ml/gdb-patches/2002-10/msg00561.html > >Checked your fix, and I can confirm it fixes the problem. >It is (as expected) a much better fix than the one I proposed. >Merci beaucoup for including it on both main-line and 5.3 branch. > >I still have some other TUI problems I am working on. These are: >- configure test should check for (n)curses when --enable-tui > (now it also accepts termcap). Cygwin check for (n)curses is wrong > and produces the wrong Makefile (links with -ltermcap instear of -lncurses). >- first TUI screen (after starting gdb and entering tui with C-X A) > is garbled. Needs a 'refresh' command to draw correctly. >- changing window heights with 'wh' works only partially because > command window is not treated correctly (Curses info for command window > is not updated). >- Handling of terminal window resize (SIGWINCH) not working on Cygwin. It should work correctly in Cygwin 1.3.14. cgf