From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 94.23.0.0/16 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BE9AD1F4B4 for ; Mon, 5 Apr 2021 04:17:48 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1617596266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cqE+x7wD6u4L7xLPUFLCS8Qdo9wE7Eaf/xW4Vuw5HPM=; b=kd3WTJC7VyMckCXHbfmngI3xjAV6Mls47nQUokGRcgqjUDIuiyszrwYEMCNyEPRySD/Umo XDRxJGKbA6JjO82G6lx3VzmMSXfAbjItx0E+jnLC0yI59pTIsZxc019TZE87VO1FOtTd3w MX7WvtUhxXnAQtMhq7yd1DYlIROtycrXMqK6LcM1bvWs930+sty6Jm67yUkLdHLPrZBr8m AZ1J+glNfi51GzjlX30pFhVJiEC171kqFVqjjpaeRT05Bqzmi1qF6LN6wE668HDF0CQump JEqPAo2ZV2tzcPx5Lj7hem8tELT/oGLqpcY8lo1uq7+/DN1gYmPn9BA8w6+hFg== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] lei: fix git-credential handling In-Reply-To: <20210402094254.89006-1-e@80x24.org> References: <20210402094254.89006-1-e@80x24.org> Date: Mon, 05 Apr 2021 00:17:43 -0400 Message-ID: <87k0ph8ivs.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: 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.