Eric Wong writes: > I completely forgot about git-credential prompting when > making lei background the client process for MUA. > > Now it backgrounds itself only for the MUA when no FDs are > passed, since the MUA is the final command run. Otherwise, it > relies on FD passing as before.
This seems to break the pager functionality. For example, if I do lei q -I https://public-inbox.org/meta/ s:blob I end up in a misbehaving pager (/bin/less, on my system). Navigation keys like 'j' and 'k' are instead passed through, and enter returns to the prompt.
