From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 22:32:17 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 654E016A4CE for ; Fri, 25 Mar 2005 22:32:17 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0737543D41 for ; Fri, 25 Mar 2005 22:32:17 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so922071rne for ; Fri, 25 Mar 2005 14:32:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UyygOQTu+w9qi0/c7JQHr0JSE+kPmxKr0puDQSfjbtRNmdp+j/i9y2zFNhQBDWjmINkN6Keup05lrIUhujNh1vUYXo0YNYz3yLaSLTYA5iAZjuMH7nRoULyFaKIFRyo/P9nlQ9gzU7jo19aEmCt2kDkD+DY0Rj/IiO7mX2Bx/B4= Received: by 10.38.81.3 with SMTP id e3mr1889235rnb; Fri, 25 Mar 2005 14:32:16 -0800 (PST) Received: by 10.38.74.23 with HTTP; Fri, 25 Mar 2005 14:32:16 -0800 (PST) Message-ID: Date: Fri, 25 Mar 2005 23:32:16 +0100 From: Gert Cuykens To: Dan Nelson In-Reply-To: <20050325174454.GA59945@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <4242FC50.3070702@zonnet.nl> <20050325123104.GA2509@falcon.midgard.homeip.net> <20050325063815.E70201@goodwill.io.com> <20050325174454.GA59945@dan.emsphone.com> cc: Frank Staals cc: Lars Eighner cc: freebsd-questions@freebsd.org Subject: Re: looking for a shell editor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 22:32:17 -0000 On Fri, 25 Mar 2005 11:44:54 -0600, Dan Nelson wrote: > In the last episode (Mar 25), Gert Cuykens said: > > When you open a shell window in joe and do for example man radeon and > > push enter to scroll down it puts byte... before each line > > > > byte 844 ing ATI chips > > byte 865 > > byte 866 R100 Radeon 7200 > > > > how do you get rit of byte... > > That's actually your pager doing that. Joe's "terminal emulator" when > in shell mode is exceedingly simple, only understanding newline and > backspace. You can run "man radeon | cat" to avoid going through any > pagers, and just use pgup/down to page through the text from within > joe. > Alrigdy that defenatly works :) thx