Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <1363.4.42.186.89.1076443242.squirrel@mail.digipen.edu> Date: Tue, 10 Feb 2004 12:00:42 -0800 (PST) Subject: request: new official Cygwin RXVT build with enable-256-color From: To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit From the RXVT changelog: 2.7.10 to 2.7.11 \----------------------------------- Geoff Wing et al. [...] added 256 colour support for Cygwin [...] I had no problems building rxvt from cvs a couple of days ago with the 256 color support enabled. It runs great; the colors make for some really pretty apps. Here's the configure command I used: ./configure --enable-utmp --enable-wtmp --enable-lastlog \ --enable-rxvt-scroll \ --enable-next-scroll --enable-xterm-scroll --enable-frills \ --enable-linespace --enable-mousewheel --enable-keepscrolling \ --enable-old-selection --enable-transparency \ --x-libraries=`pwd`/W11/lib \ --x-includes=`pwd`/W11/lib \ --with-x \ --enable-languages --with-encoding=noenc \ --enable-256-color \ --disable-graphics \ --disable-menubar \ CFLAGS="-O -g -W -I`pwd`/W11" \ LDFLAGS="-mwindows -Wl,--subsystem,console" \ DLIB=`pwd`/W11/wrap/rxvt_res.o Do note that the code change enabling 256 color support in Cygwin is primarily in W11, the windows-native X implementation in the rxvt source tree. You still need an rxvt.exe compiled with 'enable-256-color' :) I've been using this primarily on an athlon-64 mobile with a radeon 9600 mobility under XP Home; it's been solid. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/