v1.0.7.10 - Update configuration files for joe editor to support newer versions of joe, add "areafix" and "filefix" as recognized service names, update Makefiles to install binaries as read & execute only, add DESTDIR support to Makefiles.

This commit is contained in:
Andrew Leary
2018-09-28 16:22:52 -04:00
parent fb9bdbe430
commit 73c3ba21cb
22 changed files with 331 additions and 244 deletions

View File

@@ -63,7 +63,7 @@
-columns nnn Set no. screen columns
--help Start with help on
-helpon Start with help on
-skiptop 4 Don't use top nnn lines of the screen
@@ -290,7 +290,7 @@
Macros may cross lines if they end with ,
:windows Bindings common to all windows
type ^@ TO <EFBFBD> Type a character
type U+0 TO U+10FFFF
abort ^K q Abort window
abort ^K Q
abort ^K ^Q
@@ -582,7 +582,36 @@ uparwmenu ^[ O A
:inherit windows
:querya Single-key query window for quoting
type ^@ TO <EFBFBD>
type U+0 TO U+10FFFF
:querysr Search & replace query window
type ^@ TO <EFBFBD>
type U+0 TO U+10FFFF
:shell Input to shell windows
:inherit main
"" ^C Abort
"" ^D Eof
" " ^I Tab
"" ^H Backspace
"
" ^M Return
"" ^? Backspace
:vtshell Input to ANSI shell windows
:inherit main
""  [ A
"" .ku
""  [ B
"" .kd
""  [ C
"" .kr
""  [ D
"" .kl
"" ^A BOL for bash
"" ^C Abort
"" ^D Eof
"" ^E EOL for bash
" " ^I Tab
"" ^H Backspace
"
" ^M Return