From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LWbxB-0003QA-OM for garchives@archives.gentoo.org; Mon, 09 Feb 2009 19:38:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B77B6E0500; Mon, 9 Feb 2009 19:38:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 96618E0500 for ; Mon, 9 Feb 2009 19:38:00 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 224E4656DB; Mon, 9 Feb 2009 19:38:00 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: midnight commander -> which screen library Date: Mon, 9 Feb 2009 14:37:57 -0500 User-Agent: KMail/1.11.0 (Linux/2.6.28; KDE/4.2.0; x86_64; ; ) Cc: Nikos Chantziaras References: <20090130134224.GA24643@nibiru.local> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902091437.59281.vapier@gentoo.org> X-Archives-Salt: 257eb914-e390-4f4e-9a38-9e77eddeb868 X-Archives-Hash: 4fe6f0954316d1f1afb703bc5e92d3cd On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote: > Enrico Weigelt wrote: > > @mc.o (*1) we're currently discussing which screen library to keep. > > Either ncurses or slang will be dropped (bundled slang will anyway) > > Both have their pros and cons, so we haven't decided yet. > > > > What do you suggest, which screen library to keep ? > > > > BTW: 4.6.2 is soon coming (only 1 bug left) :) > > unicode? ( >=sys-libs/slang-2.1.3 ) > !unicode? ( sys-libs/ncurses ) > > If Unicode isn't possible with ncurses, keep slang :P No Unicode > support would be... not good. that doesnt make any sense. both ncurses and slang work just fine with and without unicode. i dont think he was asking about Gentoo anyways ... he was asking about upstream mc. the proper string under Gentoo would be: ncurses? ( unicode? ( sys-libs/ncurses[unicode] ) !unicode? ( sys-libs/ncurses ) ) !ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) ) -mike