From 4f13a7bcddc60430203fd545a3c584b3e9fc27aa Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 6 Apr 2021 09:33:46 -0600 Subject: * Use ‘alpine -F’ instead of ‘pine -F’ as the browser default pager, as this project will not compile anything called pine anymore, and there is little to know chance that someone still have pine in parallel of alpine. Submitted by Étienne Deparis. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pico/browse.c | 4 ++-- pith/pine.hlp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pico/browse.c b/pico/browse.c index ca0f4657..2f203b48 100644 --- a/pico/browse.c +++ b/pico/browse.c @@ -133,7 +133,7 @@ static KEYMENU menu_browse[] = { /* * Default pager used by the stand-alone file browser. */ -#define BROWSER_PAGER ((gmode & MDFKEY) ? "pine -k -F" : "pine -F") +#define BROWSER_PAGER ((gmode & MDFKEY) ? "alpine -k -F" : "alpine -F") /* @@ -217,7 +217,7 @@ N_("~ ~? Display this help text."), N_("~ ~Q Quit Pilot."), " ", N_("~ ~V View the currently selected file or open the selected directory."), -N_("~ Note: Pilot invokes ~p~i~n~e ~-~F, or the program defined by the ~P~A~G~E~R"), +N_("~ Note: Pilot invokes ~a~l~p~i~n~e ~-~F, or the program defined by the ~P~A~G~E~R"), N_("~ environment variable, to view the file."), N_("~ ~L Launch an external application program."), " ", diff --git a/pith/pine.hlp b/pith/pine.hlp index b21f922a..0cd1f827 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -209,6 +209,8 @@ New features include: Rename those files so that they have extension .txt.
  • Always follow ‘suppress-asterisks-in-password-prompt’ setting in the various password prompts. Submitted by Étienne Deparis. +
  • Use 'alpine -F' instead of 'pine -F' as the browser default pager. + Submitted by Étienne Deparis.

    -- cgit v1.2.3-54-g00ecf