From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephane Carrez To: gdb-patches@sources.redhat.com, dmj+@andrew.cmu.edu Subject: Re: [PATCH]: Remove terminal_save_ours() from tui Date: Tue, 31 Jul 2001 12:25:00 -0000 Message-id: <3B670735.6A04330A@worldnet.fr> References: <3B67020B.75758537@worldnet.fr> X-SW-Source: 2001-07/msg00761.html Hi! Stephane Carrez a écrit : > > Hi! > > It was an integration mistake that terminal_save_ours() appeared in tui code. > I've committed this patch on mainline to remove that. I'll try to put this > patch on the branch too. > > Stephane > > 2001-07-31 Stephane Carrez > > * tui.c (tui_enable): Remove call to terminal_save_ours(). > (tui_disable): Likewise. > I've committed this on the branch now. The TUI should build but the terminal management will not be correct. This will be solved after 5.1 (I hope). Stephane