From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 16:31:24 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 E860416A4CF for ; Fri, 25 Mar 2005 16:31:23 +0000 (GMT) Received: from av7-2-sn1.fre.skanova.net (av7-2-sn1.fre.skanova.net [81.228.11.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B4943D1D for ; Fri, 25 Mar 2005 16:31:22 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av7-2-sn1.fre.skanova.net (Postfix, from userid 502) id B884E37E48; Fri, 25 Mar 2005 17:31:21 +0100 (CET) Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av7-2-sn1.fre.skanova.net (Postfix) with ESMTP id A9BFD37E43 for ; Fri, 25 Mar 2005 17:31:21 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-1-sn2.hy.skanova.net (Postfix) with SMTP id 75DA337E45 for ; Fri, 25 Mar 2005 17:31:21 +0100 (CET) Received: (qmail 9638 invoked by uid 1001); 25 Mar 2005 16:31:20 -0000 Date: Fri, 25 Mar 2005 17:31:20 +0100 From: Erik Trulsson To: Gert Cuykens Message-ID: <20050325163120.GA9451@falcon.midgard.homeip.net> Mail-Followup-To: Gert Cuykens , "albi@scii.nl" , freebsd-questions@freebsd.org References: <4242FC50.3070702@zonnet.nl> <20050325123104.GA2509@falcon.midgard.homeip.net> <20050325063815.E70201@goodwill.io.com> <20050325162152.7a974119.albi@scii.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i cc: "albi@scii.nl" 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 16:31:24 -0000 On Fri, Mar 25, 2005 at 04:27:12PM +0100, Gert Cuykens wrote: > On Fri, 25 Mar 2005 16:21:52 +0100, albi@scii.nl wrote: > > On Fri, 25 Mar 2005 16:17:54 +0100 > > Gert Cuykens wrote: > > > > > 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 > > > > in joe you can do a search (^K^F) and then choose (R)eplace, fill in > > "byte" and replacing it by a space is possible, then choose "all" > > > > Can you configure joe it doesnt put byte xxxx when you scroll ? It is not joe which puts those lines. It is the pager that man uses which outputs them (those lines should normally be at the bottom of the page.) Full-screen programs (like man) seem to get a bit confused when running inside joe, probably because joe does *not* supply a full terminal-emulator. I would recommend that you don't run such programs inside joe - just use a normal shell instead. -- Erik Trulsson ertr1013@student.uu.se