From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23436 invoked by alias); 28 Oct 2002 21:49:56 -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 23382 invoked from network); 28 Oct 2002 21:49:53 -0000 Received: from unknown (HELO smtp2.cistron.nl) (62.216.30.41) by sources.redhat.com with SMTP; 28 Oct 2002 21:49:53 -0000 Received: from v-overbeek.cistron.nl ([62.216.28.40] helo=tonsgw) by smtp2.cistron.nl with smtp (Exim 3.35 #1 (Debian)) id 186Hlf-0006E6-00; Mon, 28 Oct 2002 22:49:52 +0100 Message-Id: <3.0.6.32.20021028224950.007ad100@127.0.0.1> X-Sender: ton@127.0.0.1 (Unverified) Date: Mon, 28 Oct 2002 13:49:00 -0000 To: Stephane Carrez From: Ton van Overbeek Subject: Re: [PATCH]: TUI, secondary prompts do not work Cc: gdb-patches@sources.redhat.com In-Reply-To: <3DBA8FAF.4070801@nerim.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2002-10/txt/msg00576.txt.bz2 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. All these are on a Cygwin system. As soon as I have some more concrete info and fixes I'll report back. Ton van Overbeek