Mail Archives: cygwin/2009/05/04/04:00:32
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,J_CHICKENPOX_54
|
X-Spam-Check-By: | sourceware.org
|
X-SWARE-Spam-Status: | No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_54,RCVD_IN_DNSWL_LOW,SPF_PASS
|
From: | Charles Wilson <cygwin AT cwilson DOT fastmail DOT fm>
|
Date: | Mon, 04 May 2009 03:18:23 -0400
|
Subject: | [ANNOUNCEMENT] [1.7] Updated: {rxvt-unicode-X/rxvt-unicode-common}-7.7-20
|
To: | cygwin AT cygwin DOT com
|
Message-Id: | <announce.20090504072155.C10DBA843@heartbeat1.messagingengine.com>
|
Reply-To: | cygwin AT cygwin DOT com
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
rxvt-unicode is clone of the familiar rxvt terminal emulator,
that partially supports unicode, with a lot of caveats. So
why bother?
(1) bugfixes. Upstream development of rxvt is dead. cygwin's
rxvt is moribund. rxvt-unicode is actively maintained.
(2) For cygwin-1.7, rxvt-unicode should be able to ACTUALLY
support unicode. Stay tuned for the rxvt-unicode-X-8.x
series for cygwin-1.7.
(3) Pretty. xft support. Styled text[*]. Looks cool with
inheritPixmap and xsri. (xft with antialias is a bit slower,
but not too bad on a fast machine, and you can go back to
non-antialias or plain old bitmap fonts if you're desperate).
(4) Lightweight. Has an optional client-server mode where all
client windows are part of the same process. Yes, it does
present a single-point-of-failure (but so does xwin!) -- but
I haven't had a problem yet.
(5) no need for run.exe: the standalone urxvt-X and the server
urxvtd-X will hide their console window themselves (using code
borrowed from inetutils). You still get a quickly dis-
appearing cmd box, which could be avoided by using run.exe,
but...)
This is a bug fix and feature enhancement release.
[[ compiled using gcc-3.4.4-999 ]]
This is the first release specific for cygwin-1.7; there are only
minor differences between this package and the simultaneously-released
rxvt-unicode-X-7.7-7 for cygwin-1.5. These differences are mostly
documentation related (the README references cygport-0.9.5 and
cygwin-1.7.0-46, and the /usr/share/doc/ layout is influenced by the
cygport changes between 0.4.x and 0.9.x). One other difference is
that cygwin-1.7's coreutils are slightly more strict with regards to
.exe suffixes, so the internal build process is modified slightly to
accomodate that.
NOTE: Even though cygwin-1.7 now supports unicode, this version
of rxvt-unicode-X still uses the hacked-in utf8 support
provided via patches from Thomas Wolff and does NOT use
the new unicode support provided by cygwin-1.7. That will
come with the (future) rxvt-unicode-8.x releases.
CHANGES (from rxvt-unicode-X-7.7-6)
===========================
o Fork for cygwin-1.7 development
o Build system fixes to accomodate changes in coreutils
for cygwin-1.7 (mostly, be more careful about .exe suffixes)
o Fix bug(s) in postinstall/preremove scripts
o Update setup.hint
o Recompile against latest (modular) X libraries
o Update postinstall/preremove scripts
o Update to build with stock cygport
o Use cygutils to create Start Menu shortcuts for
urxvtc-X (client)
urxvt-X (standalone)
There is no shortcut for the daemon urxvtd-X; you're
better off adding that to your X server startup script.
[*]
BoldItalic:
tput sitm ; tput bold ; echo 'hello, world!' ; tput sgr0
Italic:
tput sitm ; echo 'hello, world!' ; tput ritm
Bold:
tput bold ; echo 'hello, world!' ; tput sgr0
Fun prompt:
ITb=`tput sitm`
BDb=`tput bold`
NRM=`tput sgr0`
GRN="\[\e[32m\]"
YLW="\[\e[33m\]"
PS1="\[\e]0;\w\a\]\n$ITb$BDb$GRN\u$NRM@$GRN\h $ITb$YLW\w$NRM\n\$ "
gives:
GreenBoldItalicUserName Def@ GreenNormalMachineName YellowItalicPath
--
Charles Wilson
volunteer rxvt-unicode-X maintainer for cygwin
====================================================================
To update your installation, click on the "Install Cygwin now" link
on the http://cygwin.com/ web page. This downloads setup.exe to
your system. Then, run setup and answer all of the questions.
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:
cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com
If you need more information on unsubscribing, start reading here:
http://sources.redhat.com/lists.html#unsubscribe-simple
Please read *all* of the information on unsubscribing that is
available starting at this URL.
--
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/
- Raw text -