From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1190 Path: news.gmane.org!not-for-mail From: Jens Staal Newsgroups: gmane.linux.lib.musl.general Subject: Re: links to some info/sources (Heirloom, pcc, ncurses)? Date: Tue, 19 Jun 2012 07:58:49 +0200 Message-ID: References: <20120618163135.GV17860@port70.net> <20120618164136.GE163@brightrain.aerifal.cx> <20120618180027.57746bf7@newbook> <20120619010837.GK163@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1340085565 15302 80.91.229.3 (19 Jun 2012 05:59:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2012 05:59:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1190-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jun 19 07:59:25 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SgrTG-0007f2-IH for gllmg-musl@plane.gmane.org; Tue, 19 Jun 2012 07:59:22 +0200 Original-Received: (qmail 9675 invoked by uid 550); 19 Jun 2012 05:59:22 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9667 invoked from network); 19 Jun 2012 05:59:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Mkd5vR0Z18pUDds3JElLlOHD7bWuf1I56ZJukvasv3Q=; b=o4F2cbR96gfRHyn8K8CQJbmoUrjaa6+SPpjiV4LMsUg+e0/UBWffmOuWSbBDHc5ZHU X15yu0VeVtz1fFWjdeWZtEYcuAIAtidpKQOsh26E8T02KN8EZv0tTGxVsUYSKa/HX9GV 8A+z+AYpUGfj/eOfDnNprssDgWIQLdFrTHTV15N/nk6z3JEL5mKnLr9ElyBwf/0Z4WM8 ve5pY3uoMKVpbMrvvcQUPc44NXueudNylmjSk34GV1ahF2roaS8tRzxuKYgPBqNyYUQv RnxLVxPEyiS5KcFP1bSRhF5UEtxCOUy0FO7/fIYZxGjWQPcPcvwILiFhgfLnmE+zX5ri mE5g== In-Reply-To: <20120619010837.GK163@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:1190 Archived-At: 2012/6/19 Rich Felker : > On Mon, Jun 18, 2012 at 06:00:27PM -0700, Isaac Dunham wrote: >> On Mon, 18 Jun 2012 12:41:36 -0400 >> Rich Felker wrote: > >> FYI: pdcurses may also be an option. > > I suspect it does not support UTF-8... > > Rich pdcurses apparently need X11 headers and stuff. I looked briefly at it. At the moment I am looking at the termbox which looks interesting and checking whether a "fake" curses.h and term.h to "translate" expected ncurses functions to termbox could work... (if it will work it will most likely only be for simple use cases)