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 To: cygwin AT cygwin DOT com From: "quarto" Subject: Re: rxvt line wrapping Date: Thu, 8 Apr 2004 16:46:32 +0000 (UTC) Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: 207.66.52.150 User-Agent: XanaNews/1.16.1.13 Scott, Steven wrote: > Greetings, > > I'm having two related problems with how rxvt wraps long command > lines. Consider the small awk program (the first part is my prompt): > > ~/research/multilogit/data/eip-symptom[557] awk '{for(i=1; i<=3; > ++i) printf("%s ", $i)}' longfilename.txt > (1) Rxvt wraps the line at some point (presumably column 80) even if > the rxvt screen is much wider than 80 columns. The 'resize' command > has no affect on this behavior. (2) when the line wraps, rxvt does > not begin a new line. It overwrites the beginning of the old line, > which is very confusing. As a result, typing my little program in > rxvt produces: ", $i); printf("\n")}' symptom-sorted.txt] awk > '{for(i=1; i<=3; ++i) printf("%s > > Very confusing!!! > Is there something I can do to get better line wrapping behavior? > > Steve Try removing all control codes from your prompt (PS1) -- 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/