From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 15 23:46:36 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3D241065676 for ; Thu, 15 Oct 2009 23:46:35 +0000 (UTC) (envelope-from decado@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 82ECB8FC1C for ; Thu, 15 Oct 2009 23:46:35 +0000 (UTC) Received: by ewy18 with SMTP id 18so1356064ewy.43 for ; Thu, 15 Oct 2009 16:46:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=aaQx0uOFJR2MCFGN8FoHrH5hjDW+Q7ljuBFSWfHc7Es=; b=wZlrc8jFv426Sqbx2PPa9BN0D3tNhOKLfoOhFHQhGHzpcmdsp5/q6csOEKIAyWFiPR 9lzds4bo1G1umykoisARUW2Zs0nGnOwkXr3hQxhreI1ZbnpmNROtYMv082MMrW49GXQU 18FvmgPMNixDbVSRAdBGeHCz8DtK9nZkdsqrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=ioHbBjXe24en+1W6S6g9LaUs7MPfvOJVMdFl/rm7LlN2dfYFx06bRLbAuZTJE8mFg0 fa+VmS49Cz3L63S3IK6Jlskpze5IxD/yr/yUl3bnTG5RV9Tw7ozd4TItn8+quNuzqsMc z0djjf96kQwio3L4DL7wDEARHI1dWH+5OAcGo= Received: by 10.216.85.137 with SMTP id u9mr355576wee.214.1255650394430; Thu, 15 Oct 2009 16:46:34 -0700 (PDT) Received: from ?192.168.1.200? (ppp118-209-107-207.lns20.mel4.internode.on.net [118.209.107.207]) by mx.google.com with ESMTPS id i35sm1210995gve.13.2009.10.15.16.46.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Oct 2009 16:46:33 -0700 (PDT) Message-ID: <4AD7C232.3020609@gmail.com> Date: Fri, 16 Oct 2009 10:45:38 +1000 From: "Andrew D. Boyd" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <3a142e750910100150g7459e037u7b84b4b4bbc2bf8@mail.gmail.com> <20091011142923.GT71731@hoeg.nl> In-Reply-To: <20091011142923.GT71731@hoeg.nl> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: sysinstall colours X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 23:46:36 -0000 Ed Schouten wrote: > * Paul B Mahol wrote: >> This have nothing to do with ncurses, colors you like simple can not >> be displayed in current syscons(4) and making support for 256 colors >> or even true bit color in sysinstall(so that it looks amazing in >> konsole) is waste of time. > > Yes. As of recently, our terminal emulator gained 256 color support, but > this gets smashed down to 8 colors, simply because Syscons cannot handle > more than 16 foreground and 8 background colors. > > This is how colors are converted: > > http://80386.nl/pub/xterm-256.png > http://80386.nl/pub/teken-256.png > My God that is hideous. Save us Ed! Three cheers for your recent console work.