This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [PATCH]: TUI, secondary prompts do not work
- From: Ton van Overbeek <v-overbeek at cistron dot nl>
- To: Stephane Carrez <stcarrez at nerim dot fr>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 28 Oct 2002 22:49:50 +0100
- Subject: Re: [PATCH]: TUI, secondary prompts do not work
- References: <Pine.LNX.4.33.0210011558390.4999-200000@picard.cistron.nl>
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