From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9517 invoked by alias); 6 Jan 2004 21:54:38 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9510 invoked from network); 6 Jan 2004 21:54:37 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 6 Jan 2004 21:54:37 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8FED52B8F; Tue, 6 Jan 2004 16:54:39 -0500 (EST) Message-ID: <3FFB2E9F.1060508@gnu.org> Date: Tue, 06 Jan 2004 21:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb@sources.redhat.com, stcarrez@nerim.fr Subject: Re: GNUtify TUI code, enable TUI References: <3FF9C6C3.1000704@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00057.txt.bz2 >> Date: Mon, 05 Jan 2004 15:19:15 -0500 >> From: Andrew Cagney >> >> I think its time to GNUtify the TUI code. > > > What does that mean? I'm not familiar with the term. Update the code so that it complies with GNU coding standards - make it GNUtiful (groan). At present the code is not very GNU coding standard like :-(. >> ~2004-01-17: Enable the TUI by default. > > > On all platforms? It probably won't work for DJGPP at least. As many as possible. (looking at configure.in) It would be made conditional on there being a curses library (which I think precludes DJGPP). Andrew