From owner-freebsd-current@FreeBSD.ORG Sat Nov 19 21:14:08 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 91DF9106566C for ; Sat, 19 Nov 2011 21:14:08 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id 5F53C8FC08 for ; Sat, 19 Nov 2011 21:14:07 +0000 (UTC) Received: from s01064ce676507e00.cg.shawcable.net ([68.144.78.238]:52848 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RRsEg-003Tvq-Ll; Sat, 19 Nov 2011 16:14:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:Date:References:In-Reply-To:Subject:Cc:To:From; bh=r5OKOTPSh9riYtxaizU5r7pPAcXUoX0nn3bzTmj7Lus=; b=oC9QOJFQdYBHYX0Hd0gClNyoZDc2nHuAarUrLKHtDiAh26a7sq312UdE/ZEsA8UrpyM52ZbJQdJ3oiUdBfRRNJ0gFVT6vXhGhwG2uwcwxsOdyLrsjjGtX3QJbFUBNcdO2J31UsOb/fjZRyLcakGi4vztyVpilt7CD+UxfPLIpoY=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RRsEK-000Kzw-4x; Sat, 19 Nov 2011 21:13:47 +0000 From: Jan Beich To: Jason Edwards In-Reply-To: (Jason Edwards's message of "Sat, 19 Nov 2011 17:29:09 +0100") References: Date: Sat, 19 Nov 2011 23:13:25 +0200 MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1RRsEK-000Kzw-4x@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.hudsonvalleyhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: 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 21:14:08 -0000 Jason Edwards writes: > Has anyone noticed the easy editor is quite bugged on 9.0? On console > direct access, opening the easy editor has several bugs: > > 1) the cursor starts on line 2 instead of line 1 > 2) the line numbering is printed on line 1 instead of the boundary (line 0) > 3) the keys page up and page down bring the escape menu Try to use cons25 emulation beforehand $ vidcontrol -T cons25 # aka TEKEN_CONS25 in kernel config unless you've updated etc/ttys to use `xterm'.