|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
diff -ru a/filename.c b/filename.c
|
|
|
|
|
--- a/filename.c 2020-05-11 23:36:17.000000000 +0200
|
|
|
|
|
+++ b/filename.c 2020-05-12 14:01:23.624217811 +0200
|
|
|
|
|
@@ -574,7 +574,7 @@
|
|
|
|
|
Index: less-608/filename.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- less-608.orig/filename.c 2022-07-22 19:26:24.000000000 +0000
|
|
|
|
|
+++ less-608/filename.c 2023-02-07 15:07:55.521151736 +0000
|
|
|
|
|
@@ -572,7 +572,7 @@ shellcmd(cmd)
|
|
|
|
|
#if HAVE_SHELL
|
|
|
|
|
char *shell;
|
|
|
|
|
|
|
|
|
@ -10,10 +11,11 @@ diff -ru a/filename.c b/filename.c
|
|
|
|
|
if (!isnullenv(shell))
|
|
|
|
|
{
|
|
|
|
|
char *scmd;
|
|
|
|
|
diff -ru a/less.hlp b/less.hlp
|
|
|
|
|
--- a/less.hlp 2020-05-11 23:36:21.000000000 +0200
|
|
|
|
|
+++ b/less.hlp 2020-05-12 14:00:58.680162327 +0200
|
|
|
|
|
@@ -101,7 +101,7 @@
|
|
|
|
|
Index: less-608/less.hlp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- less-608.orig/less.hlp 2022-07-22 19:26:24.000000000 +0000
|
|
|
|
|
+++ less-608/less.hlp 2023-02-07 15:07:55.522151863 +0000
|
|
|
|
|
@@ -103,7 +103,7 @@
|
|
|
|
|
___<_n_a_m_e_> Display the setting of an option, by name.
|
|
|
|
|
+_c_m_d Execute the less cmd each time a new file is examined.
|
|
|
|
|
|
|
|
|
@ -22,10 +24,11 @@ diff -ru a/less.hlp b/less.hlp
|
|
|
|
|
|XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command.
|
|
|
|
|
s _f_i_l_e Save input to a file.
|
|
|
|
|
v Edit the current file with $VISUAL or $EDITOR.
|
|
|
|
|
diff -ru a/less.nro b/less.nro
|
|
|
|
|
--- a/less.nro 2020-05-11 23:36:21.000000000 +0200
|
|
|
|
|
+++ b/less.nro 2020-05-12 14:02:02.728304787 +0200
|
|
|
|
|
@@ -420,7 +420,7 @@
|
|
|
|
|
Index: less-608/less.nro
|
|
|
|
|
===================================================================
|
|
|
|
|
--- less-608.orig/less.nro 2022-07-22 19:26:24.000000000 +0000
|
|
|
|
|
+++ less-608/less.nro 2023-02-07 15:07:55.522151863 +0000
|
|
|
|
|
@@ -443,7 +443,7 @@ current file.
|
|
|
|
|
A pound sign (#) is replaced by the name of the previously examined file.
|
|
|
|
|
"!!" repeats the last shell command.
|
|
|
|
|
"!" with no shell command simply invokes a shell.
|
|
|
|
@ -34,7 +37,7 @@ diff -ru a/less.nro b/less.nro
|
|
|
|
|
or defaults to "sh".
|
|
|
|
|
On MS-DOS and OS/2 systems, the shell is the normal command processor.
|
|
|
|
|
.IP "| <m> shell-command"
|
|
|
|
|
@@ -1793,7 +1793,7 @@
|
|
|
|
|
@@ -2044,7 +2044,7 @@ compatible mode.
|
|
|
|
|
.IP PATH
|
|
|
|
|
User's search path (used to find a lesskey file
|
|
|
|
|
on MS-DOS and OS/2 systems).
|
|
|
|
@ -43,10 +46,11 @@ diff -ru a/less.nro b/less.nro
|
|
|
|
|
The shell used to execute the !\& command, as well as to expand filenames.
|
|
|
|
|
.IP TERM
|
|
|
|
|
The type of terminal on which
|
|
|
|
|
diff -ru a/lsystem.c b/lsystem.c
|
|
|
|
|
--- a/lsystem.c 2020-05-11 23:36:17.000000000 +0200
|
|
|
|
|
+++ b/lsystem.c 2020-05-12 14:02:25.352355117 +0200
|
|
|
|
|
@@ -127,13 +127,13 @@
|
|
|
|
|
Index: less-608/lsystem.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- less-608.orig/lsystem.c 2022-07-22 19:26:24.000000000 +0000
|
|
|
|
|
+++ less-608/lsystem.c 2023-02-07 15:07:55.523151990 +0000
|
|
|
|
|
@@ -124,13 +124,13 @@ lsystem(cmd, donemsg)
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Pass the command to the system to be executed.
|
|
|
|
|