From owner-freebsd-current@FreeBSD.ORG Sat Nov 19 20:57:49 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13CF2106566B; Sat, 19 Nov 2011 20:57:49 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id A24E98FC16; Sat, 19 Nov 2011 20:57:48 +0000 (UTC) Received: by ggnk5 with SMTP id k5so4704585ggn.13 for ; Sat, 19 Nov 2011 12:57:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=85aCDlISN1U2CPZ+U6TrQikajovwN2vrcB4ze6PqPRg=; b=T7alkUNW6kZsXtXp8Yz0JbpsZVL1nnr1kO1soI6FZBFtEH9T7cuOF3rySLb8BdjLzL 8BIc2sU8h8777iG2Bisi7FCy95m1zc70jqf3N2IH1SYOwkORP5Mmn7t360eUOe9RlhMh BgbI8Z93v0FJHeXaXAi3Fm1MASRdfvUDK5Zko= MIME-Version: 1.0 Received: by 10.182.169.34 with SMTP id ab2mr1814401obc.27.1321736267797; Sat, 19 Nov 2011 12:57:47 -0800 (PST) Received: by 10.182.7.34 with HTTP; Sat, 19 Nov 2011 12:57:47 -0800 (PST) In-Reply-To: <20111119205339.GA35973@freebsd.org> References: <084D61AD-9CA8-4C9E-848B-E058C1A8C764@orthanc.ca> <20111119205339.GA35973@freebsd.org> Date: Sat, 19 Nov 2011 12:57:47 -0800 Message-ID: From: Garrett Cooper To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: Adrian Chadd , Jason Edwards , Lyndon Nerenberg , freebsd-current@freebsd.org Subject: Re: ee (easy editor) bugged on 9.0? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2011 20:57:49 -0000 On Sat, Nov 19, 2011 at 12:53 PM, Alexander Best wrote: > On Sat Nov 19 11, Garrett Cooper wrote: >> On Sat, Nov 19, 2011 at 11:05 AM, Adrian Chadd wrote: >> > .. how many users is this going to trip up? >> >> cons25 is pretty much FUBAR on 9.x+ compared to previous releases. I >> went through several iterations with ed@ over the fact that various >> curses based apps were broken with the libteken work, but then just >> gave in and set 'xterm'. >> >> That being said, I can't reproduce the issue Jason mentioned in the first post. > > running a very recent HEAD doing 'export TERM=cons25' in zsh and then running > 'ee', i can exactly reproduce this issue. How are you accessing the terminal? I ask in part because of this email thread: http://comments.gmane.org/gmane.os.freebsd.current/136528 . Cheers, -Garrett