Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Aug 2020 10:41:30 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        "@lbutlr" <kremels@kreme.com>, FreeBSD <freebsd-ports@freebsd.org>
Subject:   Re: Portmaster and less
Message-ID:  <ebbba730-f04f-ec28-fd51-fffce44c21bc@grosbein.net>
In-Reply-To: <F0B8A038-5BD8-42AD-939E-E83D4CFFDAA5@kreme.com>
References:  <F0B8A038-5BD8-42AD-939E-E83D4CFFDAA5@kreme.com>

next in thread | previous in thread | raw e-mail | index | archive | help
01.08.2020 3:24, @lbutlr wrote:

> When postmaster displays the package messages after installing, it calls less, which forces you to hit 'q' to exit, and when you quit less, it clear the buffer on the screen and returns you to the display of the compile process.
> 
> Is there anyway to change this behavior so that less is called with -E / --QUIT-AT_EOF?

Yes: 

export MORE="-E"
or
export LESS="-E"

Our "more" command is another name (link) for "less" modifying its behaviour.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ebbba730-f04f-ec28-fd51-fffce44c21bc>