Re: MANPAGER

2021-06-04 Thread Ingo Schwarze
able is null or not set, the command shall be either "more" or another paginator utility documented in the system documentation. > 'MANPAGER="less -X" does the trick, I was not aware that "termcap > initialization and deinitialization" is responsible f

Re: MANPAGER

2021-05-30 Thread Christian Groessler
On 5/29/21 11:18 PM, Allan Streib wrote: Heinrich Rebehn writes: I noticed that OpenBSD 6.8 switched to using less(1) for the manager. While this seems to offer many new useful options, I really dislike the clrscreen upon exit. Have a look at -X argument to less(1): -X | --no-init

Re: MANPAGER

2021-05-30 Thread Heinrich Rebehn
>> I am really used to still seeing the output of the man command when issuing >> the command that i consulted man for. >> >> Many thanks in advance, >> >> Heinrich >> > > Use the -X option. Add `export MANPAGER="less -X"` to ~/.profi

Re: MANPAGER

2021-05-29 Thread Allan Streib
Heinrich Rebehn writes: > I noticed that OpenBSD 6.8 switched to using less(1) for the > manager. While this seems to offer many new useful options, I really > dislike the clrscreen upon exit. Have a look at -X argument to less(1): -X | --no-init Disables sending the termcap init

Re: MANPAGER

2021-05-29 Thread Omar Polo
Heinrich Rebehn writes: > Hi all, > > I noticed that OpenBSD 6.8 switched to using less(1) for the manager. While > this seems to offer many new useful options, I really dislike the clrscreen > upon exit. > I browsed through the less(1) manage to find an option to disable this > behavior, bu

MANPAGER

2021-05-29 Thread Heinrich Rebehn
Hi all, I noticed that OpenBSD 6.8 switched to using less(1) for the manager. While this seems to offer many new useful options, I really dislike the clrscreen upon exit. I browsed through the less(1) manage to find an option to disable this behavior, but to no avail. Can anyone tell me how to