From owner-freebsd-current@FreeBSD.ORG Tue Nov 22 20:56:29 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 206791065670 for ; Tue, 22 Nov 2011 20:56:29 +0000 (UTC) (envelope-from sub.mesa@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 D3C528FC0A for ; Tue, 22 Nov 2011 20:56:28 +0000 (UTC) Received: by ggnk5 with SMTP id k5so932183ggn.13 for ; Tue, 22 Nov 2011 12:56:28 -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:content-transfer-encoding; bh=9+LbWJRib1U4UPwslhqRzfQFtxJC7RE3awzHylo3k+c=; b=noCGukYx8riye9QE+hLiZupBdSMMsVV0sWSkBlRd7Rkk38duuelUWU+E9nvMIbYq4l CB8VEa/DjIKeLWIqD8/nFjodOVEKLCTNRm+++JvCx4owteSQJgn6G5Nx8rwEfU3ilv2+ B4pF7krRCPiyFnTfx5s13t74S8EGqefdFqNlE= MIME-Version: 1.0 Received: by 10.236.187.1 with SMTP id x1mr6178521yhm.58.1321995388039; Tue, 22 Nov 2011 12:56:28 -0800 (PST) Received: by 10.236.79.233 with HTTP; Tue, 22 Nov 2011 12:56:27 -0800 (PST) In-Reply-To: <3A9E50F5-03D3-4DD5-A95D-5948D4705462@lassitu.de> References: <5D3FFA12-BB54-4297-A098-3B85951ECEC5@lassitu.de> <3A9E50F5-03D3-4DD5-A95D-5948D4705462@lassitu.de> Date: Tue, 22 Nov 2011 21:56:27 +0100 Message-ID: From: Jason Edwards To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Tue, 22 Nov 2011 20:56:29 -0000 On Sun, Nov 20, 2011 at 11:02 PM, Stefan Bethke wrote: > Am 20.11.2011 um 14:41 schrieb Jason Edwards: > >> Some of you asked for the environmental settings. Using 'env' the >> output begins with: >> >> -- on console -- >> TERM=3Dcons25 >> SHELL=3D/usr/local/bin/bash >> >> -- via SSH -- >> TERM=3Dxterm >> SHELL=3D/usr/local/bin/bash >> >> Via SSH the ee editor works as it should. On the console it is bugged. > > As I suspected. =A0On my fresh 90-RC1 install, I get xterm for all the co= nsole terminals. =A0You'll have to check where your /etc/ttys picks up the = old entries. =A0Both stable and releng have the updated version, as far as = I can tell. Hi Stefan, I'm very sorry for not having checked properly, but you are indeed correct. I had overlooked one script which replaces the /etc/ttys which I did not suspect. Sorry for the confusion! With TERM=3Dxterm, ee indeed works properly on the console. I wonder: is cons25 bugged or simply obsolete? Not that I want to keep cons25; just being curious. Regards, Jason Edwards