From owner-freebsd-ports@FreeBSD.ORG Tue Jun 12 18:16:27 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BECB16A41F for ; Tue, 12 Jun 2007 18:16:27 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id 37BC113C483 for ; Tue, 12 Jun 2007 18:16:27 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id A30B95B58; Tue, 12 Jun 2007 10:59:05 -0700 (PDT) To: "Russ Cox" In-reply-to: Your message of "Tue, 12 Jun 2007 13:15:31 EDT." <20070612171533.7134C1E8C4F@holo.morphisms.net> Date: Tue, 12 Jun 2007 10:59:04 -0700 From: Bakul Shah Message-Id: <20070612175905.A30B95B58@mail.bitblocks.com> Cc: ports@freebsd.org, clint.olsen@gmail.com, serge.gagnon@b2b2c.ca Subject: Re: Issue with 9term in devel/plan9port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 18:16:27 -0000 > > I'm noticing a peculiar behavior in 9term where '%' gets printed > > in between every prompt. I built the same on Linux and I didn't see > > this, so either there's an issue with my setup or a bonafide bugs. > > What is your prompt? Could you show a snippet of > terminal window demonstrating the problem? I suspect this has to do with ncurses, not p9p. I see this problem in 9term running zsh but not rc or /bin/sh. I see something similar when running zsh on the console and when TERM is set to xterm (instead of cons25).