X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-7.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_RX X-Spam-Check-By: sourceware.org Message-ID: <50412F1A.5010002@cwilson.fastmail.fm> Date: Fri, 31 Aug 2012 17:39:38 -0400 From: Charles Wilson Reply-To: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: {rxvt-unicode-X/rxvt-unicode-common}-9.15-1 References: <50410DF6 DOT 4020006 AT davidstark DOT name> In-Reply-To: <50410DF6.4020006@davidstark.name> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 8/31/2012 3:18 PM, David Stark wrote: > I'm seeing some weirdness running vi on Solaris 9 hosts through the new > version - characters are hidden until cursor'ed over, and vi generally > doesn't seem to know what size the terminal is. Tried exporting TERM as > vt100, vt110, xterm and such, but no luck. The previous version was OK. Did you update the terminfo database on the remote machine? The rxvt-unicode and rxvt-unicode256 entries have changed, and the (default) rxvt-unicode-256colors entry is brand new. copy /usr/share/doc/rxvt-unicode/terminfo/rxvt-unicode.terminfo from your cygwin box over to the remote machine, and on that machine run: tic rxvt-unicode.terminfo Now, you have to be root to do that. If not, then you should create your own local terminfo db, by setting export TERMINFO=~/.terminfo (or something) then run tic rxvt-unicode.terminfo You might also want to populate your personal terminfo db on the remote machien with a copy of the current contents of the remote's global terminfo db first. -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple