Hi Theo, "Theo de Raadt" <dera...@openbsd.org> wrote: > The diff is clearly a layer violation, trying to interpret and dance > for an event which happens after less terminates.
I didn't think about it this way, but now agree with you that my patch should be disregarded. I thought about a solution which doesn't violate any layers and came up with something much simpler: I will replace my less with a script similar to this:
/usr/bin/less $@ for arg in "$@"; do test "$arg" = '--no-init' -o "$arg" = '-X' && tput up el && exit done Thanks for making me re-think the problem! Best regards, Richard Ulmer