From owner-freebsd-questions@FreeBSD.ORG Thu May 20 22:02:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01C61065673 for ; Thu, 20 May 2010 22:02:26 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-f175.google.com (mail-yw0-f175.google.com [209.85.211.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB9B8FC0C for ; Thu, 20 May 2010 22:02:26 +0000 (UTC) Received: by ywh5 with SMTP id 5so223561ywh.13 for ; Thu, 20 May 2010 15:02:25 -0700 (PDT) Received: by 10.231.150.2 with SMTP id w2mr732156ibv.37.1274392945338; Thu, 20 May 2010 15:02:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.148.136 with HTTP; Thu, 20 May 2010 15:02:04 -0700 (PDT) From: Eitan Adler Date: Fri, 21 May 2010 01:02:04 +0300 Message-ID: To: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 Subject: Terminal thinks start of line is first character of previous line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 22:02:26 -0000 For some reason the output of my terminal at times seems to put the first character of a line as the last character of the previous line. This occurs with x11/Terminal x11/Eterm x11/xterm and probably others. As far as I could tell this does not not occur on console but I have not tested as thoroughly. echo $TERM $COLUMNS xterm 140 I'm unsure what other debugging data is needed. I am able to provide any other data that might be needed to solve the problem though. -- Eitan Adler