Re: [PATCH] Option to clear the screen on quit

2021-10-31 Thread Cameron Simpson
On 22Oct2021 10:30, Kevin J. McCarthy wrote: [...] >After 25 years of this behavior, is clearing the alternate screen >really now a security or privacy issue; against an attacker who >evidently has access to your terminal? Plenty of attackers can peer over your shoulder (as opposed to getting

Re: [PATCH] Option to clear the screen on quit

2021-10-31 Thread Cameron Simpson
On 17Oct2021 15:04, Oskari Pirhonen wrote: >#! /bin/bash I much prefer: #!/bin/sh absent some special reason. /bin/sh exists on all POSIX systems, and bash need not (and if it does, it is not always in /bin). >eval $(which mutt) "$@" && clear Others have wondered about the "which". I won