From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Buchacher Subject: Re: [PATCH] git gui: visually wrap lines of commit message Date: Sun, 10 Aug 2008 11:25:10 +0200 Message-ID: <20080810092510.GA25942@localhost> References: <20080809160557.GA902@localhost> <200808092344.33332.johannes.sixt@telecom.at> <20080809220637.GA20963@localhost> <200808100014.13408.johannes.sixt@telecom.at> <20080809224150.GA21530@localhost> <20080810022504.GA22137@spearce.org> <20080810075602.GA5381@lars.home.noschinski.de> <20080810075913.GB24229@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Lars Noschinski , Johannes Sixt , git@vger.kernel.org To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Sun Aug 10 11:25:46 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KS7BJ-0000lN-Dt for gcvg-git-2@gmane.org; Sun, 10 Aug 2008 11:25:45 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752738AbYHJJYn (ORCPT ); Sun, 10 Aug 2008 05:24:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752712AbYHJJYn (ORCPT ); Sun, 10 Aug 2008 05:24:43 -0400 Received: from postman.fh-hagenberg.at ([193.170.124.96]:1642 "EHLO mail.fh-hagenberg.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752706AbYHJJYm (ORCPT ); Sun, 10 Aug 2008 05:24:42 -0400 Received: from darc.dyndns.org ([84.154.112.35]) by mail.fh-hagenberg.at over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Sun, 10 Aug 2008 11:24:40 +0200 Received: from drizzd by darc.dyndns.org with local (Exim 4.69) (envelope-from ) id 1KS7Ak-0000oA-Il; Sun, 10 Aug 2008 11:25:10 +0200 Content-Disposition: inline In-Reply-To: <20080810075913.GB24229@spearce.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-OriginalArrivalTime: 10 Aug 2008 09:24:40.0994 (UTC) FILETIME=[EAD0A820:01C8FACA] Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Aug 10, 2008 at 12:59:13AM -0700, Shawn O. Pearce wrote: > Oh, you mean the window isn't large enough to show the full column > width of the text area? But if you make it large enough, the box > stops expanding? Yes, that is indeed the case. Sorry I missed that. Knowing the trick with the middle mouse button, I can also live without a scrollbar. So this issue is resolved for me. Clemens