From owner-freebsd-current Sun Oct 20 10:37:30 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03549 for current-outgoing; Sun, 20 Oct 1996 10:37:30 -0700 (PDT) Received: from freenet.hamilton.on.ca (main.freenet.hamilton.on.ca [199.212.94.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA03537 for ; Sun, 20 Oct 1996 10:37:23 -0700 (PDT) From: hoek@freenet.hamilton.on.ca Received: from james.freenet.hamilton.on.ca (james.freenet.hamilton.on.ca [199.212.94.66]) by freenet.hamilton.on.ca (8.7.5/8.7.3) with ESMTP id NAA13985; Sun, 20 Oct 1996 13:36:45 -0400 (EDT) Received: (from ac199@localhost) by james.freenet.hamilton.on.ca (8.7.5/8.7.3) id NAA23569; Sun, 20 Oct 1996 13:38:33 -0400 (EDT) Date: Sun, 20 Oct 1996 13:38:33 -0400 (EDT) Message-Id: <199610201738.NAA23569@james.freenet.hamilton.on.ca> X-Mailer: slnr v.2.13 as ported to FreeBSD To: dawes@rf900.physics.usyd.edu.au cc: current@freebsd.org, dmaddox@scsn.net Subject: Re: Xterm wierdness after 'make world'... Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In Email, David Dawes wrote: > > The second problem is related to the ti and te termcap entries. > These are switching to an alternate screen buffer while 'more' is > running, then switching back afterwards. I've been setting my > PAGER to 'more -e' which is OK for the last page of longer files, but > still doesn't fix things for short files. The X Consortium's standard > R6 termcap entry for xterm also does this. Try using something along the lines of alias mo="echo 'reset; clear; more \$@; read -p '\''<<>>'\'' nl < /dev/tty' | sh -s" NOTE, of course, that there's no \n break in the above... -- -- tIM...HOEk The opinions expressed above are mine, and if my employer shares them, that's his hard luck.