From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.79.193 with SMTP id q1cs64056bkk; Thu, 13 May 2010 18:58:56 -0700 (PDT) Received: by 10.151.61.13 with SMTP id o13mr1249912ybk.401.1273802335247; Thu, 13 May 2010 18:58:55 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id p2si4761484ybh.16.2010.05.13.18.58.54; Thu, 13 May 2010 18:58:55 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 450F11858345; Thu, 13 May 2010 21:58:54 -0400 (EDT) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.CMU.EDU [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id C8625185831A for ; Thu, 13 May 2010 21:58:48 -0400 (EDT) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1OCkAp-0001SM-6a; Thu, 13 May 2010 21:58:47 -0400 From: Rich Lane To: Michael Stapelberg In-reply-to: <1273258431-sup-4976@midna.zekjur.net> References: <1273258431-sup-4976@midna.zekjur.net> Date: Thu, 13 May 2010 21:58:47 -0400 Message-Id: <1273680127-sup-8786@zyrg.net> User-Agent: Sup/git Cc: sup-devel Subject: Re: [sup-devel] [PATCH] Overwrite line contents before drawing the new contents (instead of filling up the rest) X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Michael Stapelberg's message of 2010-05-07 14:55:28 -0400: > Hi, > > quote from the commit message: > > Overwrite line contents before drawing the new contents (instead of filling > up the rest) > > This fixes display problems of mails with tab characters in it, like > "foo\n\tbar" > > The problem was that \t is one character but will be displayed as multiple > characters, so that the filling started too early and overwrote valid content > of the line (the "bar" is not visible). > > Best regards, > Michael Applied to master. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel