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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: RXVT Problem with buffering of application output. Date: Fri, 21 Mar 2003 15:23:11 -0800 Lines: 27 Message-ID: <3E7B9EDF.3090304@Salira.com> References: <20030319185557 DOT 54437 DOT qmail AT web21413 DOT mail DOT yahoo DOT com> <20030321032209 DOT 3955 DOT qmail AT web13206 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en, ru, zh Ayamico Hamasaki wrote: > I am using a lot of these programs from day to day. For example, the > Clearcase command line programs. All the programs require user inputs > will exhibit the output buffering problem. > > This almost makes rxvt un-usable. I am not saying this is a rxvt > problem. This could be the MS Windows problem. I just hope that > someone will come out with an intelligent solution. As a user of Clearcase on Windows and Cygwin/Rxvt, while I understand the problem partially (for example, typing cleartool will not give you a prompt) I still use the Clearcase command line without much stress. I simply do the individual cleartool commands without dropping into the cleartool command prompt, such as: $ cleartool lsview $ cleartool checkout -nc In fact I alias cleartool=ct so: $ ct lsview $ ct checkout -nc and for many commands I wrap functions around them like lsview does an ct lsview | grep "$@" and llview will do ct lsview -long "$@". -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/