Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 11:44:54 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Gert Cuykens <gert.cuykens@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: looking for a shell editor
Message-ID:  <20050325174454.GA59945@dan.emsphone.com>
In-Reply-To: <ef60af090503250717542eb7b@mail.gmail.com>
References:  <ef60af0905032409243e1f8ae9@mail.gmail.com> <4242FC50.3070702@zonnet.nl> <ef60af09050325040966b57429@mail.gmail.com> <20050325123104.GA2509@falcon.midgard.homeip.net> <20050325063815.E70201@goodwill.io.com> <ef60af090503250717542eb7b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050325174454.GA59945>