Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Subject: rxvt line wrapping Date: Tue, 6 Apr 2004 11:04:52 -0700 Message-ID: <C9533BB98C6EE344A13752ADFB77228F04A3E007@msbmail.marshall.usc.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Scott, Steven" <sls AT marshall DOT usc DOT edu> To: <cygwin AT cygwin DOT com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id i36I5kN2010077 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